public class ImmutableByteCharMapFactoryImpl extends Object implements ImmutableByteCharMapFactory
ImmutableByteCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteCharMap |
empty() |
ImmutableByteCharMap |
of()
Same as
ImmutableByteCharMapFactory.empty(). |
ImmutableByteCharMap |
of(byte key,
char value)
|
ImmutableByteCharMap |
ofAll(ByteCharMap map)
|
ImmutableByteCharMap |
with()
Same as
ImmutableByteCharMapFactory.empty(). |
ImmutableByteCharMap |
with(byte key,
char value) |
ImmutableByteCharMap |
withAll(ByteCharMap map) |
public ImmutableByteCharMap empty()
empty in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap of()
ImmutableByteCharMapFactoryImmutableByteCharMapFactory.empty().of in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap with()
ImmutableByteCharMapFactoryImmutableByteCharMapFactory.empty().with in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap of(byte key, char value)
ImmutableByteCharMapFactoryof in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap with(byte key, char value)
with in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap ofAll(ByteCharMap map)
ImmutableByteCharMapFactoryofAll in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap withAll(ByteCharMap map)
withAll in interface ImmutableByteCharMapFactoryCopyright © 2004–2016. All rights reserved.