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