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