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