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