ImmutableLongByteMapFactoryImpl
public interface ImmutableLongByteMapFactory
ImmutableLongByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableLongByteMap |
empty() |
|
ImmutableLongByteMap |
of() |
Same as
empty() . |
ImmutableLongByteMap |
of(long key,
byte value) |
Same as
with(long, byte) . |
ImmutableLongByteMap |
ofAll(LongByteMap map) |
Same as
withAll(LongByteMap) . |
ImmutableLongByteMap |
with() |
Same as
empty() . |
ImmutableLongByteMap |
with(long key,
byte value) |
|
ImmutableLongByteMap |
withAll(LongByteMap map) |
ImmutableLongByteMap empty()
ImmutableLongByteMap of()
empty()
.ImmutableLongByteMap with()
empty()
.ImmutableLongByteMap of(long key, byte value)
with(long, byte)
.ImmutableLongByteMap with(long key, byte value)
ImmutableLongByteMap ofAll(LongByteMap map)
withAll(LongByteMap)
.ImmutableLongByteMap withAll(LongByteMap map)
Copyright © 2004–2017. All rights reserved.