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