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