public class MutableCharLongMapFactoryImpl extends Object implements MutableCharLongMapFactory
MutableCharLongMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableCharLongMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableCharLongMap |
empty() |
MutableCharLongMap |
of()
Same as
MutableCharLongMapFactory.empty() . |
MutableCharLongMap |
ofAll(CharLongMap map)
|
MutableCharLongMap |
with()
Same as
MutableCharLongMapFactory.empty() . |
MutableCharLongMap |
withAll(CharLongMap map) |
public MutableCharLongMap empty()
empty
in interface MutableCharLongMapFactory
public MutableCharLongMap of()
MutableCharLongMapFactory
MutableCharLongMapFactory.empty()
.of
in interface MutableCharLongMapFactory
public MutableCharLongMap with()
MutableCharLongMapFactory
MutableCharLongMapFactory.empty()
.with
in interface MutableCharLongMapFactory
public MutableCharLongMap ofAll(CharLongMap map)
MutableCharLongMapFactory
ofAll
in interface MutableCharLongMapFactory
public MutableCharLongMap withAll(CharLongMap map)
withAll
in interface MutableCharLongMapFactory
Copyright © 2004–2016. All rights reserved.