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