public class ImmutableByteBooleanMapFactoryImpl extends Object implements ImmutableByteBooleanMapFactory
ImmutableByteBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBooleanMap |
empty() |
<T> ImmutableByteBooleanMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableByteBooleanMap |
of() |
ImmutableByteBooleanMap |
of(byte key,
boolean value) |
ImmutableByteBooleanMap |
ofAll(ByteBooleanMap map) |
ImmutableByteBooleanMap |
with() |
ImmutableByteBooleanMap |
with(byte key,
boolean value) |
ImmutableByteBooleanMap |
withAll(ByteBooleanMap map) |
public static final ImmutableByteBooleanMapFactory INSTANCE
public ImmutableByteBooleanMap empty()
empty in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of()
of in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with()
with in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of(byte key, boolean value)
of in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with(byte key, boolean value)
with in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
ofAll in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap withAll(ByteBooleanMap map)
withAll in interface ImmutableByteBooleanMapFactorypublic <T> ImmutableByteBooleanMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableByteBooleanMapFactoryCopyright © 2004–2022. All rights reserved.