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