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