ImmutableByteIntMapFactorypublic class ImmutableByteIntMapFactoryImpl extends Object implements ImmutableByteIntMapFactory
ImmutableByteIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableByteIntMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteIntMap |
empty() |
|
ImmutableByteIntMap |
of() |
Same as
ImmutableByteIntMapFactory.empty(). |
ImmutableByteIntMap |
of(byte key,
int value) |
|
ImmutableByteIntMap |
ofAll(ByteIntMap map) |
|
ImmutableByteIntMap |
with() |
Same as
ImmutableByteIntMapFactory.empty(). |
ImmutableByteIntMap |
with(byte key,
int value) |
|
ImmutableByteIntMap |
withAll(ByteIntMap map) |
public ImmutableByteIntMap empty()
empty in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap of()
ImmutableByteIntMapFactoryImmutableByteIntMapFactory.empty().of in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap with()
ImmutableByteIntMapFactoryImmutableByteIntMapFactory.empty().with in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap of(byte key, int value)
ImmutableByteIntMapFactoryof in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap with(byte key, int value)
with in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap ofAll(ByteIntMap map)
ImmutableByteIntMapFactoryofAll in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap withAll(ByteIntMap map)
withAll in interface ImmutableByteIntMapFactoryCopyright © 2004–2017. All rights reserved.