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