Uses of Interface
org.eclipse.collections.api.map.primitive.LongObjectMap
| 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 LongObjectMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongObjectMap Modifier and Type Method Description <V> ImmutableLongObjectMap<V>ImmutableLongObjectMapFactory. ofAll(LongObjectMap<? extends V> map)<V> MutableLongObjectMap<V>MutableLongObjectMapFactory. ofAll(LongObjectMap<? extends V> map)<V> ImmutableLongObjectMap<V>ImmutableLongObjectMapFactory. withAll(LongObjectMap<? extends V> map)<V> MutableLongObjectMap<V>MutableLongObjectMapFactory. withAll(LongObjectMap<? extends V> map) -
Uses of LongObjectMap in org.eclipse.collections.api.map.primitive
Subinterfaces of LongObjectMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableLongObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceMutableLongObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongObjectMap Modifier and Type Method Description LongObjectMap<K>ObjectLongMap. flipUniqueValues()Return the LongObjectMap that is obtained by flipping the direction of this map and making the associations from value to key.LongObjectMap<V>LongObjectMap. reject(LongObjectPredicate<? super V> predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.LongObjectMap<V>LongObjectMap. select(LongObjectPredicate<? super V> predicate)Return a copy of this map containing only the key/value pairs that match the predicate.LongObjectMap<V>LongObjectMap. tap(Procedure<? super V> procedure)Methods in org.eclipse.collections.api.map.primitive with parameters of type LongObjectMap Modifier and Type Method Description voidMutableLongObjectMap. putAll(LongObjectMap<? extends V> map)Puts all of the key/value mappings from the specified map into this map. -
Uses of LongObjectMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongObjectMap Modifier and Type Class Description classAbstractImmutableLongObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongObjectMap Modifier and Type Method Description <V> ImmutableLongObjectMap<V>ImmutableLongObjectMapFactoryImpl. ofAll(LongObjectMap<? extends V> map)<V> ImmutableLongObjectMap<V>ImmutableLongObjectMapFactoryImpl. withAll(LongObjectMap<? extends V> map) -
Uses of LongObjectMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongObjectMap Modifier and Type Class Description classLongObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classSynchronizedLongObjectMap<V>A synchronized view of aMutableLongObjectMap.classUnmodifiableLongObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongObjectMap Modifier and Type Method Description static <V> LongObjectHashMap<V>LongObjectHashMap. newMap(LongObjectMap<? extends V> map)<V> MutableLongObjectMap<V>MutableLongObjectMapFactoryImpl. ofAll(LongObjectMap<? extends V> map)voidLongObjectHashMap. putAll(LongObjectMap<? extends V> map)voidSynchronizedLongObjectMap. putAll(LongObjectMap<? extends V> map)voidUnmodifiableLongObjectMap. putAll(LongObjectMap<? extends V> map)<V> MutableLongObjectMap<V>MutableLongObjectMapFactoryImpl. withAll(LongObjectMap<? extends V> map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongObjectMap Constructor Description LongObjectHashMap(LongObjectMap<? extends V> map)