Uses of Class
org.eclipse.collections.impl.primitive.AbstractIntIterable
-
Packages that use AbstractIntIterable 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 org.eclipse.collections.impl.string.immutable -
-
Uses of AbstractIntIterable in org.eclipse.collections.impl.bag.mutable.primitive
Subclasses of AbstractIntIterable in org.eclipse.collections.impl.bag.mutable.primitive Modifier and Type Class Description classIntHashBagIntHashBag 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.primitive Modifier and Type Class Description classIntArrayListIntArrayList 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.primitive Modifier and Type Class Description classAbstractMutableIntValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.classByteIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classCharIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classDoubleIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classFloatIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classIntIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classLongIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classShortIntHashMapThis 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.primitive Modifier and Type Class Description classAbstractImmutableIntSetThis 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.primitive Modifier and Type Class Description classIntHashSetThis 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.primitive Modifier and Type Class Description classAbstractIntSetThis 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.immutable Modifier and Type Class Description classCodePointAdapterCalculates and provides the code points stored in a String as an ImmutableIntList.classCodePointListCalculates and provides the code points stored in a String as an ImmutableIntList.
-