Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedCharIterable
| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive | |
| org.eclipse.collections.impl.string.immutable |
-
Uses of OrderedCharIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of OrderedCharIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceCharListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableCharListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableCharListThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of OrderedCharIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedCharIterable Modifier and Type Method Description OrderedCharIterableOrderedIterable. collectChar(CharFunction<? super T> charFunction) -
Uses of OrderedCharIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of OrderedCharIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceReversibleCharIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg.Methods in org.eclipse.collections.api.ordered.primitive that return OrderedCharIterable Modifier and Type Method Description OrderedCharIterableOrderedCharIterable. reject(CharPredicate predicate)OrderedCharIterableOrderedCharIterable. select(CharPredicate predicate) -
Uses of OrderedCharIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of OrderedCharIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceCharStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableCharStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableCharStackThis file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of OrderedCharIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement OrderedCharIterable Modifier and Type Class Description classCharArrayListCharArrayList is similar toFastList, and is memory-optimized for char primitives.classSynchronizedCharListA synchronized view of aMutableCharList.classUnmodifiableCharListThis file was automatically generated from template file unmodifiablePrimitiveList.stg. -
Uses of OrderedCharIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement OrderedCharIterable Modifier and Type Class Description classCharArrayStackCharArrayStack is similar toArrayStack, and is memory-optimized for char primitives.classSynchronizedCharStackA synchronized view of aMutableCharStack.classUnmodifiableCharStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of OrderedCharIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement OrderedCharIterable Modifier and Type Class Description classAbstractCharStackThis file was automatically generated from template file abstractPrimitiveStack.stg. -
Uses of OrderedCharIterable in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement OrderedCharIterable Modifier and Type Class Description classCharAdapterProvides a view into the char[] stored in a String as an ImmutableCharList.