Uses of Interface
org.eclipse.collections.api.map.primitive.LongObjectMap
-
Packages that use 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. -
-
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.
-