Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedCharIterable
-
Packages that use 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.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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)default OrderedCharIterableOrderedCharIterable. rejectWithIndex(CharIntPredicate predicate)Returns a new OrderedCharIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedCharIterableOrderedCharIterable. select(CharPredicate predicate)default OrderedCharIterableOrderedCharIterable. selectWithIndex(CharIntPredicate predicate)Returns a new OrderedCharIterable including all elements with corresponding indexes matching the specified 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.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement OrderedCharIterable Modifier and Type Class Description (package private) classImmutableCharArrayListImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList.(package private) classImmutableCharEmptyListImmutableCharEmptyList is an optimization forImmutableCharListof size 0.(package private) classImmutableCharSingletonListImmutableCharSingletonList is an optimization forImmutableCharListof size 1. -
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 to FastList, 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.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement OrderedCharIterable Modifier and Type Class Description (package private) classImmutableCharArrayStackImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack.(package private) classImmutableCharEmptyStackImmutableCharEmptyStack is an optimization forImmutableCharStackof size 0.(package private) classImmutableCharSingletonStackImmutableCharSingletonStack is an optimization forImmutableCharStackof size 1. -
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.
-