public class MutableByteBooleanMapFactoryImpl extends Object implements MutableByteBooleanMapFactory
MutableByteBooleanMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableByteBooleanMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableByteBooleanMap |
empty() |
MutableByteBooleanMap |
of()
Same as
MutableByteBooleanMapFactory.empty() . |
MutableByteBooleanMap |
ofAll(ByteBooleanMap map)
|
MutableByteBooleanMap |
with()
Same as
MutableByteBooleanMapFactory.empty() . |
MutableByteBooleanMap |
withAll(ByteBooleanMap map) |
public MutableByteBooleanMap empty()
empty
in interface MutableByteBooleanMapFactory
public MutableByteBooleanMap of()
MutableByteBooleanMapFactory
MutableByteBooleanMapFactory.empty()
.of
in interface MutableByteBooleanMapFactory
public MutableByteBooleanMap with()
MutableByteBooleanMapFactory
MutableByteBooleanMapFactory.empty()
.with
in interface MutableByteBooleanMapFactory
public MutableByteBooleanMap ofAll(ByteBooleanMap map)
MutableByteBooleanMapFactory
ofAll
in interface MutableByteBooleanMapFactory
public MutableByteBooleanMap withAll(ByteBooleanMap map)
withAll
in interface MutableByteBooleanMapFactory
Copyright © 2004–2016. All rights reserved.