ImmutableIntByteMapFactoryImplpublic interface ImmutableIntByteMapFactory
ImmutableIntByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntByteMap |
empty() |
|
ImmutableIntByteMap |
of() |
Same as
empty(). |
ImmutableIntByteMap |
of(int key,
byte value) |
Same as
with(int, byte). |
ImmutableIntByteMap |
ofAll(IntByteMap map) |
Same as
withAll(IntByteMap). |
ImmutableIntByteMap |
with() |
Same as
empty(). |
ImmutableIntByteMap |
with(int key,
byte value) |
|
ImmutableIntByteMap |
withAll(IntByteMap map) |
ImmutableIntByteMap empty()
ImmutableIntByteMap of()
empty().ImmutableIntByteMap with()
empty().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.