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 ImmutableLongByteMapImmutableLongByteMapFactory. ofAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactory. ofAll(LongByteMap map)ImmutableLongByteMapImmutableLongByteMapFactory. withAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactory. 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 interfaceImmutableLongByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableLongByteMapThis 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 LongByteMapByteLongMap. flipUniqueValues()Return the LongByteMap that is obtained by flipping the direction of this map and making the associations from value to key.LongByteMapLongByteMap. reject(LongBytePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.LongByteMapLongByteMap. 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 voidMutableLongByteMap. 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) classImmutableLongByteEmptyMapImmutableLongByteEmptyMap is an optimization forImmutableLongByteMapof size 0.(package private) classImmutableLongByteHashMapImmutableLongByteHashMap is the non-modifiable equivalent ofLongByteHashMap.(package private) classImmutableLongByteSingletonMapImmutableLongByteSingletonMap is an optimization forImmutableLongByteMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as LongByteMap Modifier and Type Field Description private LongByteMapImmutableLongByteHashMap.ImmutableLongByteMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongByteMap Modifier and Type Method Description ImmutableLongByteMapImmutableLongByteMapFactoryImpl. ofAll(LongByteMap map)ImmutableLongByteMapImmutableLongByteMapFactoryImpl. 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 classLongByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedLongByteMapA synchronized view of aMutableLongByteMap.classUnmodifiableLongByteMapThis 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 MutableLongByteMapMutableLongByteMapFactoryImpl. ofAll(LongByteMap map)voidLongByteHashMap. putAll(LongByteMap map)voidSynchronizedLongByteMap. putAll(LongByteMap map)voidUnmodifiableLongByteMap. putAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactoryImpl. withAll(LongByteMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongByteMap Constructor Description LongByteHashMap(LongByteMap map)
-