public interface ImmutableCharIntMapFactory
ImmutableCharIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharIntMap |
of()
Same as
with(). |
ImmutableCharIntMap |
of(char key,
int value)
Same as
with(char, int). |
ImmutableCharIntMap |
ofAll(CharIntMap map)
Same as
withAll(CharIntMap). |
ImmutableCharIntMap |
with() |
ImmutableCharIntMap |
with(char key,
int value) |
ImmutableCharIntMap |
withAll(CharIntMap map) |
ImmutableCharIntMap of()
with().ImmutableCharIntMap with()
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–2017. All rights reserved.