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