ImmutableByteShortMapFactorypublic class ImmutableByteShortMapFactoryImpl extends Object implements ImmutableByteShortMapFactory
ImmutableByteShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableByteShortMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteShortMap |
empty() |
|
ImmutableByteShortMap |
of() |
Same as
ImmutableByteShortMapFactory.empty(). |
ImmutableByteShortMap |
of(byte key,
short value) |
|
ImmutableByteShortMap |
ofAll(ByteShortMap map) |
|
ImmutableByteShortMap |
with() |
Same as
ImmutableByteShortMapFactory.empty(). |
ImmutableByteShortMap |
with(byte key,
short value) |
|
ImmutableByteShortMap |
withAll(ByteShortMap map) |
public ImmutableByteShortMap empty()
empty in interface ImmutableByteShortMapFactorypublic ImmutableByteShortMap of()
ImmutableByteShortMapFactoryImmutableByteShortMapFactory.empty().of in interface ImmutableByteShortMapFactorypublic ImmutableByteShortMap with()
ImmutableByteShortMapFactoryImmutableByteShortMapFactory.empty().with in interface ImmutableByteShortMapFactorypublic ImmutableByteShortMap of(byte key, short value)
ImmutableByteShortMapFactoryof in interface ImmutableByteShortMapFactorypublic ImmutableByteShortMap with(byte key, short value)
with in interface ImmutableByteShortMapFactorypublic ImmutableByteShortMap ofAll(ByteShortMap map)
ImmutableByteShortMapFactoryofAll in interface ImmutableByteShortMapFactorypublic ImmutableByteShortMap withAll(ByteShortMap map)
withAll in interface ImmutableByteShortMapFactoryCopyright © 2004–2017. All rights reserved.