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.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 interface
ImmutableLongObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
MutableLongObjectMap<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 void
MutableLongObjectMap. 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 class
AbstractImmutableLongObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) class
ImmutableLongObjectEmptyMap<V>
ImmutableLongObjectEmptyMap is an optimization forImmutableLongObjectMap
of size 0.(package private) class
ImmutableLongObjectHashMap<V>
ImmutableLongObjectHashMap is the non-modifiable equivalent ofLongObjectHashMap
.(package private) class
ImmutableLongObjectSingletonMap<V>
ImmutableLongObjectSingletonMap is an optimization forImmutableLongObjectMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as LongObjectMap Modifier and Type Field Description private LongObjectMap<V>
AbstractImmutableLongObjectMap.ImmutableLongObjectMapSerializationProxy. map
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)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongObjectMap Constructor Description ImmutableLongObjectHashMap(LongObjectMap<? extends V> delegate)
ImmutableLongObjectMapSerializationProxy(LongObjectMap<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 class
LongObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
SynchronizedLongObjectMap<V>
A synchronized view of aMutableLongObjectMap
.class
UnmodifiableLongObjectMap<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)
void
LongObjectHashMap. putAll(LongObjectMap<? extends V> map)
void
SynchronizedLongObjectMap. putAll(LongObjectMap<? extends V> map)
void
UnmodifiableLongObjectMap. 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)
-