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