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