public class ImmutableCharByteMapFactoryImpl extends Object implements ImmutableCharByteMapFactory
ImmutableCharByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharByteMap |
empty() |
ImmutableCharByteMap |
of()
Same as
ImmutableCharByteMapFactory.empty(). |
ImmutableCharByteMap |
of(char key,
byte value)
|
ImmutableCharByteMap |
ofAll(CharByteMap map)
|
ImmutableCharByteMap |
with()
Same as
ImmutableCharByteMapFactory.empty(). |
ImmutableCharByteMap |
with(char key,
byte value) |
ImmutableCharByteMap |
withAll(CharByteMap map) |
public ImmutableCharByteMap empty()
empty in interface ImmutableCharByteMapFactorypublic ImmutableCharByteMap of()
ImmutableCharByteMapFactoryImmutableCharByteMapFactory.empty().of in interface ImmutableCharByteMapFactorypublic ImmutableCharByteMap with()
ImmutableCharByteMapFactoryImmutableCharByteMapFactory.empty().with in interface ImmutableCharByteMapFactorypublic ImmutableCharByteMap of(char key, byte value)
ImmutableCharByteMapFactoryof in interface ImmutableCharByteMapFactorypublic ImmutableCharByteMap with(char key, byte value)
with in interface ImmutableCharByteMapFactorypublic ImmutableCharByteMap ofAll(CharByteMap map)
ImmutableCharByteMapFactoryofAll in interface ImmutableCharByteMapFactorypublic ImmutableCharByteMap withAll(CharByteMap map)
withAll in interface ImmutableCharByteMapFactoryCopyright © 2004–2016. All rights reserved.