ImmutableByteLongMapFactorypublic class ImmutableByteLongMapFactoryImpl extends Object implements ImmutableByteLongMapFactory
ImmutableByteLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableByteLongMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteLongMap |
empty() |
|
ImmutableByteLongMap |
of() |
Same as
ImmutableByteLongMapFactory.empty(). |
ImmutableByteLongMap |
of(byte key,
long value) |
|
ImmutableByteLongMap |
ofAll(ByteLongMap map) |
|
ImmutableByteLongMap |
with() |
Same as
ImmutableByteLongMapFactory.empty(). |
ImmutableByteLongMap |
with(byte key,
long value) |
|
ImmutableByteLongMap |
withAll(ByteLongMap map) |
public ImmutableByteLongMap empty()
empty in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap of()
ImmutableByteLongMapFactoryImmutableByteLongMapFactory.empty().of in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap with()
ImmutableByteLongMapFactoryImmutableByteLongMapFactory.empty().with in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap of(byte key, long value)
ImmutableByteLongMapFactoryof in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap with(byte key, long value)
with in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap ofAll(ByteLongMap map)
ImmutableByteLongMapFactoryofAll in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap withAll(ByteLongMap map)
withAll in interface ImmutableByteLongMapFactoryCopyright © 2004–2017. All rights reserved.