public class ImmutableByteLongMapFactoryImpl extends Object implements ImmutableByteLongMapFactory
ImmutableByteLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteLongMap |
of()
Same as
ImmutableByteLongMapFactory.with(). |
ImmutableByteLongMap |
of(byte key,
long value)
|
ImmutableByteLongMap |
ofAll(ByteLongMap map)
|
ImmutableByteLongMap |
with() |
ImmutableByteLongMap |
with(byte key,
long value) |
ImmutableByteLongMap |
withAll(ByteLongMap map) |
public ImmutableByteLongMap of()
ImmutableByteLongMapFactoryImmutableByteLongMapFactory.with().of in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap with()
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.