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 ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap of()
ImmutableByteBooleanMapFactory
of
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap with()
ImmutableByteBooleanMapFactory
with
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap of(byte key, boolean value)
ImmutableByteBooleanMapFactory
of
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap with(byte key, boolean value)
with
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
ImmutableByteBooleanMapFactory
ofAll
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap withAll(ByteBooleanMap map)
withAll
in interface ImmutableByteBooleanMapFactory
Copyright © 2004–2016. All rights reserved.