Uses of Interface
org.eclipse.collections.api.map.primitive.LongByteMap
-
Packages that use LongByteMap 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 LongByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongByteMap Modifier and Type Method Description ImmutableLongByteMap
ImmutableLongByteMapFactory. ofAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactory. ofAll(LongByteMap map)
ImmutableLongByteMap
ImmutableLongByteMapFactory. withAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactory. withAll(LongByteMap map)
-
Uses of LongByteMap in org.eclipse.collections.api.map.primitive
Subinterfaces of LongByteMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableLongByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableLongByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongByteMap Modifier and Type Method Description LongByteMap
ByteLongMap. flipUniqueValues()
Return the LongByteMap that is obtained by flipping the direction of this map and making the associations from value to key.LongByteMap
LongByteMap. reject(LongBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.LongByteMap
LongByteMap. select(LongBytePredicate 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 LongByteMap Modifier and Type Method Description void
MutableLongByteMap. putAll(LongByteMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of LongByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongByteMap Modifier and Type Class Description (package private) class
ImmutableLongByteEmptyMap
ImmutableLongByteEmptyMap is an optimization forImmutableLongByteMap
of size 0.(package private) class
ImmutableLongByteHashMap
ImmutableLongByteHashMap is the non-modifiable equivalent ofLongByteHashMap
.(package private) class
ImmutableLongByteSingletonMap
ImmutableLongByteSingletonMap is an optimization forImmutableLongByteMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as LongByteMap Modifier and Type Field Description private LongByteMap
ImmutableLongByteHashMap.ImmutableLongByteMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongByteMap Modifier and Type Method Description ImmutableLongByteMap
ImmutableLongByteMapFactoryImpl. ofAll(LongByteMap map)
ImmutableLongByteMap
ImmutableLongByteMapFactoryImpl. withAll(LongByteMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongByteMap Constructor Description ImmutableLongByteHashMap(LongByteMap delegate)
ImmutableLongByteMapSerializationProxy(LongByteMap map)
-
Uses of LongByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongByteMap Modifier and Type Class Description class
LongByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedLongByteMap
A synchronized view of aMutableLongByteMap
.class
UnmodifiableLongByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongByteMap Modifier and Type Method Description MutableLongByteMap
MutableLongByteMapFactoryImpl. ofAll(LongByteMap map)
void
LongByteHashMap. putAll(LongByteMap map)
void
SynchronizedLongByteMap. putAll(LongByteMap map)
void
UnmodifiableLongByteMap. putAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactoryImpl. withAll(LongByteMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongByteMap Constructor Description LongByteHashMap(LongByteMap map)
-