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