Uses of Class
org.eclipse.collections.impl.primitive.AbstractCharIterable
-
Packages that use AbstractCharIterable 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 AbstractCharIterable in org.eclipse.collections.impl.bag.mutable.primitive
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.bag.mutable.primitive Modifier and Type Class Description classCharHashBagCharHashBag is similar toHashBag, and is memory-optimized for char primitives. -
Uses of AbstractCharIterable in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.list.mutable.primitive Modifier and Type Class Description classCharArrayListCharArrayList is similar to FastList, and is memory-optimized for char primitives. -
Uses of AbstractCharIterable in org.eclipse.collections.impl.map.mutable.primitive
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.map.mutable.primitive Modifier and Type Class Description classAbstractMutableCharValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.classByteCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classCharCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classDoubleCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classFloatCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classIntCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classLongCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classShortCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. -
Uses of AbstractCharIterable in org.eclipse.collections.impl.set.immutable.primitive
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.set.immutable.primitive Modifier and Type Class Description classAbstractImmutableCharSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg. -
Uses of AbstractCharIterable in org.eclipse.collections.impl.set.mutable.primitive
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.set.mutable.primitive Modifier and Type Class Description classCharHashSetThis file was automatically generated from template file primitiveHashSet.stg. -
Uses of AbstractCharIterable in org.eclipse.collections.impl.set.primitive
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.set.primitive Modifier and Type Class Description classAbstractCharSetThis file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of AbstractCharIterable in org.eclipse.collections.impl.string.immutable
Subclasses of AbstractCharIterable in org.eclipse.collections.impl.string.immutable Modifier and Type Class Description classCharAdapterProvides a view into the char[] stored in a String as an ImmutableCharList.
-