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