Uses of Interface
org.eclipse.collections.api.map.primitive.LongLongMap
-
Packages that use LongLongMap 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 LongLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongLongMap Modifier and Type Method Description ImmutableLongLongMapImmutableLongLongMapFactory. ofAll(LongLongMap map)MutableLongLongMapMutableLongLongMapFactory. ofAll(LongLongMap map)ImmutableLongLongMapImmutableLongLongMapFactory. withAll(LongLongMap map)MutableLongLongMapMutableLongLongMapFactory. withAll(LongLongMap map) -
Uses of LongLongMap in org.eclipse.collections.api.map.primitive
Subinterfaces of LongLongMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableLongLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableLongLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongLongMap Modifier and Type Method Description LongLongMapLongLongMap. flipUniqueValues()Return the LongLongMap that is obtained by flipping the direction of this map and making the associations from value to key.LongLongMapLongLongMap. reject(LongLongPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.LongLongMapLongLongMap. select(LongLongPredicate 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 LongLongMap Modifier and Type Method Description voidMutableLongLongMap. putAll(LongLongMap map)Puts all of the key/value mappings from the specified map into this map. -
Uses of LongLongMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongLongMap Modifier and Type Class Description (package private) classImmutableLongLongEmptyMapImmutableLongLongEmptyMap is an optimization forImmutableLongLongMapof size 0.(package private) classImmutableLongLongHashMapImmutableLongLongHashMap is the non-modifiable equivalent ofLongLongHashMap.(package private) classImmutableLongLongSingletonMapImmutableLongLongSingletonMap is an optimization forImmutableLongLongMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as LongLongMap Modifier and Type Field Description private LongLongMapImmutableLongLongHashMap.ImmutableLongLongMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongLongMap Modifier and Type Method Description ImmutableLongLongMapImmutableLongLongMapFactoryImpl. ofAll(LongLongMap map)ImmutableLongLongMapImmutableLongLongMapFactoryImpl. withAll(LongLongMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongLongMap Constructor Description ImmutableLongLongHashMap(LongLongMap delegate)ImmutableLongLongMapSerializationProxy(LongLongMap map) -
Uses of LongLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongLongMap Modifier and Type Class Description classLongLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedLongLongMapA synchronized view of aMutableLongLongMap.classUnmodifiableLongLongMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongLongMap Modifier and Type Method Description MutableLongLongMapMutableLongLongMapFactoryImpl. ofAll(LongLongMap map)voidLongLongHashMap. putAll(LongLongMap map)voidSynchronizedLongLongMap. putAll(LongLongMap map)voidUnmodifiableLongLongMap. putAll(LongLongMap map)MutableLongLongMapMutableLongLongMapFactoryImpl. withAll(LongLongMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongLongMap Constructor Description LongLongHashMap(LongLongMap map)
-