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