Uses of Class
org.eclipse.collections.impl.primitive.AbstractIntIterable
Packages that use AbstractIntIterable
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of AbstractIntIterable in org.eclipse.collections.impl.bag.mutable.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.bag.mutable.primitiveModifier and TypeClassDescriptionclass
IntHashBag is similar toHashBag
, and is memory-optimized for int primitives. -
Uses of AbstractIntIterable in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.list.mutable.primitiveModifier and TypeClassDescriptionclass
IntArrayList is similar to FastList, and is memory-optimized for int primitives. -
Uses of AbstractIntIterable in org.eclipse.collections.impl.map.mutable.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.map.mutable.primitiveModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg. -
Uses of AbstractIntIterable in org.eclipse.collections.impl.set.immutable.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.set.immutable.primitiveModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg. -
Uses of AbstractIntIterable in org.eclipse.collections.impl.set.mutable.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.set.mutable.primitiveModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg. -
Uses of AbstractIntIterable in org.eclipse.collections.impl.set.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.set.primitiveModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of AbstractIntIterable in org.eclipse.collections.impl.string.immutable
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.string.immutableModifier and TypeClassDescriptionclass
Calculates and provides the code points stored in a String as an ImmutableIntList.class
Calculates and provides the code points stored in a String as an ImmutableIntList.