public class ImmutableLongByteMapFactoryImpl extends Object implements ImmutableLongByteMapFactory
ImmutableLongByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongByteMap |
empty() |
ImmutableLongByteMap |
of()
Same as
ImmutableLongByteMapFactory.empty(). |
ImmutableLongByteMap |
of(long key,
byte value)
|
ImmutableLongByteMap |
ofAll(LongByteMap map)
|
ImmutableLongByteMap |
with()
Same as
ImmutableLongByteMapFactory.empty(). |
ImmutableLongByteMap |
with(long key,
byte value) |
ImmutableLongByteMap |
withAll(LongByteMap map) |
public ImmutableLongByteMap empty()
empty in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap of()
ImmutableLongByteMapFactoryImmutableLongByteMapFactory.empty().of in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap with()
ImmutableLongByteMapFactoryImmutableLongByteMapFactory.empty().with in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap of(long key, byte value)
ImmutableLongByteMapFactoryof in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap with(long key, byte value)
with in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap ofAll(LongByteMap map)
ImmutableLongByteMapFactoryofAll in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap withAll(LongByteMap map)
withAll in interface ImmutableLongByteMapFactoryCopyright © 2004–2016. All rights reserved.