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