Uses of Interface
org.eclipse.collections.api.map.primitive.ByteBooleanMap
Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of ByteBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ByteBooleanMap Modifier and Type Method Description ImmutableByteBooleanMap
ImmutableByteBooleanMapFactory. ofAll(ByteBooleanMap map)
MutableByteBooleanMap
MutableByteBooleanMapFactory. ofAll(ByteBooleanMap map)
ImmutableByteBooleanMap
ImmutableByteBooleanMapFactory. withAll(ByteBooleanMap map)
MutableByteBooleanMap
MutableByteBooleanMapFactory. withAll(ByteBooleanMap map)
-
Uses of ByteBooleanMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ByteBooleanMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableByteBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableByteBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ByteBooleanMap Modifier and Type Method Description ByteBooleanMap
ByteBooleanMap. reject(ByteBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ByteBooleanMap
ByteBooleanMap. select(ByteBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteBooleanMap Modifier and Type Method Description void
MutableByteBooleanMap. putAll(ByteBooleanMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of ByteBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteBooleanMap Modifier and Type Method Description ImmutableByteBooleanMap
ImmutableByteBooleanMapFactoryImpl. ofAll(ByteBooleanMap map)
ImmutableByteBooleanMap
ImmutableByteBooleanMapFactoryImpl. withAll(ByteBooleanMap map)
-
Uses of ByteBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ByteBooleanMap Modifier and Type Class Description class
ByteBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
SynchronizedByteBooleanMap
A synchronized view of aMutableByteBooleanMap
.class
UnmodifiableByteBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteBooleanMap Modifier and Type Method Description MutableByteBooleanMap
MutableByteBooleanMapFactoryImpl. ofAll(ByteBooleanMap map)
void
ByteBooleanHashMap. putAll(ByteBooleanMap map)
void
SynchronizedByteBooleanMap. putAll(ByteBooleanMap map)
void
UnmodifiableByteBooleanMap. putAll(ByteBooleanMap map)
MutableByteBooleanMap
MutableByteBooleanMapFactoryImpl. withAll(ByteBooleanMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteBooleanMap Constructor Description ByteBooleanHashMap(ByteBooleanMap map)