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