Uses of Interface
org.eclipse.collections.api.map.primitive.LongObjectMap
Packages that use LongObjectMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of LongObjectMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongObjectMapModifier and TypeMethodDescription<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.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongObjectMapModifier and TypeMethodDescriptionObjectLongMap.flipUniqueValues()Return the LongObjectMap that is obtained by flipping the direction of this map and making the associations from value to key.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.select(LongObjectPredicate<? super V> 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 LongObjectMapModifier and TypeMethodDescriptionvoidMutableLongObjectMap.putAll(LongObjectMap<? extends V> map) Puts all of the key/value mappings from the specified map into this map.