public interface ImmutableByteByteMapFactory
ImmutableByteByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableByteByteMap |
of()
Same as
with(). |
ImmutableByteByteMap |
of(byte key,
byte value)
Same as
with(byte, byte). |
ImmutableByteByteMap |
ofAll(ByteByteMap map)
Same as
withAll(ByteByteMap). |
ImmutableByteByteMap |
with() |
ImmutableByteByteMap |
with(byte key,
byte value) |
ImmutableByteByteMap |
withAll(ByteByteMap map) |
ImmutableByteByteMap of()
with().ImmutableByteByteMap with()
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–2017. All rights reserved.