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 class
DoubleHashBag
DoubleHashBag 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 class
DoubleArrayList
DoubleArrayList 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 class
AbstractMutableDoubleValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortDoubleHashMap
This 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 class
AbstractImmutableDoubleSet
This 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 class
DoubleHashSet
This 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 class
AbstractDoubleSet
This file was automatically generated from template file abstractPrimitiveSet.stg.