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