Uses of Class
org.eclipse.collections.impl.primitive.AbstractDoubleIterable
| 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 AbstractDoubleIterable in org.eclipse.collections.impl.bag.mutable.primitive
Subclasses of AbstractDoubleIterable in org.eclipse.collections.impl.bag.mutable.primitive Modifier and Type Class Description classDoubleHashBagDoubleHashBag is similar toHashBag, and is memory-optimized for double primitives. -
Uses of AbstractDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive Modifier and Type Class Description classDoubleArrayListDoubleArrayList is similar toFastList, and is memory-optimized for double primitives. -
Uses of AbstractDoubleIterable in org.eclipse.collections.impl.map.mutable.primitive
Subclasses of AbstractDoubleIterable in org.eclipse.collections.impl.map.mutable.primitive Modifier and Type Class Description classAbstractMutableDoubleValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.classByteDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classCharDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classDoubleDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classFloatDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classIntDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classLongDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classShortDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. -
Uses of AbstractDoubleIterable in org.eclipse.collections.impl.set.immutable.primitive
Subclasses of AbstractDoubleIterable in org.eclipse.collections.impl.set.immutable.primitive Modifier and Type Class Description classAbstractImmutableDoubleSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg. -
Uses of AbstractDoubleIterable in org.eclipse.collections.impl.set.mutable.primitive
Subclasses of AbstractDoubleIterable in org.eclipse.collections.impl.set.mutable.primitive Modifier and Type Class Description classDoubleHashSetThis file was automatically generated from template file primitiveHashSet.stg. -
Uses of AbstractDoubleIterable in org.eclipse.collections.impl.set.primitive
Subclasses of AbstractDoubleIterable in org.eclipse.collections.impl.set.primitive Modifier and Type Class Description classAbstractDoubleSetThis file was automatically generated from template file abstractPrimitiveSet.stg.