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