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 class
CharHashBag
CharHashBag 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 class
CharArrayList
CharArrayList 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 class
AbstractMutableCharValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.(package private) class
ImmutableCharCharMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableCharMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgclass
IntCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortCharHashMap
This 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 class
AbstractImmutableCharSet
This 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 class
CharHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
CharHashSet.ImmutableCharHashSet
-
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 class
AbstractCharSet
This 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 class
CharAdapter
Provides a view into the char[] stored in a String as an ImmutableCharList.
-