public class ImmutableByteBooleanMapFactoryImpl extends Object implements ImmutableByteBooleanMapFactory
ImmutableByteBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBooleanMap |
empty() |
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 ImmutableByteBooleanMap empty()
empty in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of()
ImmutableByteBooleanMapFactoryof in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with()
ImmutableByteBooleanMapFactorywith in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of(byte key, boolean value)
ImmutableByteBooleanMapFactoryof in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with(byte key, boolean value)
with in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
ImmutableByteBooleanMapFactoryofAll in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap withAll(ByteBooleanMap map)
withAll in interface ImmutableByteBooleanMapFactoryCopyright © 2004–2016. All rights reserved.