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