Uses of Class
org.eclipse.collections.impl.primitive.AbstractLongIterable
-
Packages that use AbstractLongIterable Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive -
-
Uses of AbstractLongIterable in org.eclipse.collections.impl.bag.mutable.primitive
Subclasses of AbstractLongIterable in org.eclipse.collections.impl.bag.mutable.primitive Modifier and Type Class Description classLongHashBagLongHashBag is similar toHashBag, and is memory-optimized for long primitives. -
Uses of AbstractLongIterable in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractLongIterable in org.eclipse.collections.impl.list.mutable.primitive Modifier and Type Class Description classLongArrayListLongArrayList is similar to FastList, and is memory-optimized for long primitives. -
Uses of AbstractLongIterable in org.eclipse.collections.impl.map.mutable.primitive
Subclasses of AbstractLongIterable in org.eclipse.collections.impl.map.mutable.primitive Modifier and Type Class Description classAbstractMutableLongValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.classByteLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classCharLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classDoubleLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classFloatLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classIntLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classLongLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classShortLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. -
Uses of AbstractLongIterable in org.eclipse.collections.impl.set.immutable.primitive
Subclasses of AbstractLongIterable in org.eclipse.collections.impl.set.immutable.primitive Modifier and Type Class Description classAbstractImmutableLongSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg. -
Uses of AbstractLongIterable in org.eclipse.collections.impl.set.mutable.primitive
Subclasses of AbstractLongIterable in org.eclipse.collections.impl.set.mutable.primitive Modifier and Type Class Description classLongHashSetThis file was automatically generated from template file primitiveHashSet.stg. -
Uses of AbstractLongIterable in org.eclipse.collections.impl.set.primitive
Subclasses of AbstractLongIterable in org.eclipse.collections.impl.set.primitive Modifier and Type Class Description classAbstractLongSetThis file was automatically generated from template file abstractPrimitiveSet.stg.
-