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