public class MutableByteBooleanMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactory
MutableByteBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableByteBooleanMap |
empty() |
com.gs.collections.api.map.primitive.MutableByteBooleanMap |
of()
Same as
MutableByteBooleanMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableByteBooleanMap |
ofAll(com.gs.collections.api.map.primitive.ByteBooleanMap map)
Same as
MutableByteBooleanMapFactory.withAll(ByteBooleanMap). |
com.gs.collections.api.map.primitive.MutableByteBooleanMap |
with()
Same as
MutableByteBooleanMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableByteBooleanMap |
withAll(com.gs.collections.api.map.primitive.ByteBooleanMap map) |
public com.gs.collections.api.map.primitive.MutableByteBooleanMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableByteBooleanMap of()
com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableByteBooleanMap with()
com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableByteBooleanMap ofAll(com.gs.collections.api.map.primitive.ByteBooleanMap map)
com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.withAll(ByteBooleanMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableByteBooleanMap withAll(com.gs.collections.api.map.primitive.ByteBooleanMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableByteBooleanMapFactory