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