public interface ImmutableLongShortMapFactory
ImmutableLongShortMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableLongShortMap |
of()
Same as
with() . |
ImmutableLongShortMap |
of(long key,
short value)
Same as
with(long, short) . |
ImmutableLongShortMap |
ofAll(LongShortMap map)
Same as
withAll(LongShortMap) . |
ImmutableLongShortMap |
with() |
ImmutableLongShortMap |
with(long key,
short value) |
ImmutableLongShortMap |
withAll(LongShortMap map) |
ImmutableLongShortMap of()
with()
.ImmutableLongShortMap with()
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.