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