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