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