Uses of Class
org.eclipse.collections.impl.primitive.AbstractDoubleIterable
-
Packages that use 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 to FastList, 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.(package private) class
ImmutableDoubleDoubleMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableDoubleMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgclass
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.private static class
DoubleHashSet.ImmutableDoubleHashSet
-
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.
-