Uses of Interface
org.eclipse.collections.api.iterator.CharIterator
| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.iterator |
This package contains primitive iterator API.
|
| org.eclipse.collections.impl.iterator | |
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.primitive | |
| 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 | |
| org.eclipse.collections.impl.utility.internal.primitive |
-
Uses of CharIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return CharIterator Modifier and Type Method Description CharIteratorCharIterable. charIterator()Returns a primitive iterator that can be used to iterate over the CharIterable in an imperative style. -
Uses of CharIterator in org.eclipse.collections.api.iterator
Subinterfaces of CharIterator in org.eclipse.collections.api.iterator Modifier and Type Interface Description interfaceMutableCharIteratorThis file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of CharIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement CharIterator Modifier and Type Class Description classImmutableEmptyCharIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classUnmodifiableCharIteratorUnmodifiableCharIterator is a wrapper around CharIterator which is unmodifiable and doesn't support remove.Constructors in org.eclipse.collections.impl.iterator with parameters of type CharIterator Constructor Description UnmodifiableCharIterator(CharIterator charIterator) -
Uses of CharIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement CharIterator Modifier and Type Class Description static classTapCharIterable.TapCharIteratorMethods in org.eclipse.collections.impl.lazy.primitive that return CharIterator Modifier and Type Method Description CharIteratorCollectBooleanToCharIterable. charIterator()CharIteratorCollectByteToCharIterable. charIterator()CharIteratorCollectCharIterable. charIterator()CharIteratorCollectCharToCharIterable. charIterator()CharIteratorCollectDoubleToCharIterable. charIterator()CharIteratorCollectFloatToCharIterable. charIterator()CharIteratorCollectIntToCharIterable. charIterator()CharIteratorCollectLongToCharIterable. charIterator()CharIteratorCollectShortToCharIterable. charIterator()CharIteratorLazyCharIterableAdapter. charIterator()CharIteratorReverseCharIterable. charIterator()CharIteratorSelectCharIterable. charIterator()CharIteratorTapCharIterable. charIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharIterator Constructor Description TapCharIterator(CharIterator iterator, CharProcedure procedure) -
Uses of CharIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return CharIterator Modifier and Type Method Description CharIteratorSynchronizedCharIterable. charIterator()Must be called in a synchronized block. -
Uses of CharIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorSynchronizedCharStack. charIterator()Must be called in a synchronized block.CharIteratorUnmodifiableCharStack. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return CharIterator Modifier and Type Method Description CharIteratorAbstractCharStack. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return CharIterator Modifier and Type Method Description CharIteratorCharAdapter. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type CharIterator Modifier and Type Method Description static booleanCharIteratorIterate. allSatisfy(CharIterator iterator, CharPredicate predicate)static booleanCharIteratorIterate. anySatisfy(CharIterator iterator, CharPredicate predicate)static <V, R extends Collection<V>>
RCharIteratorIterate. collect(CharIterator iterator, CharToObjectFunction<? extends V> function, R targetCollection)static intCharIteratorIterate. count(CharIterator iterator, CharPredicate predicate)static charCharIteratorIterate. detectIfNone(CharIterator iterator, CharPredicate predicate, char ifNone)static voidCharIteratorIterate. forEach(CharIterator iterator, CharProcedure procedure)static <T> TCharIteratorIterate. injectInto(CharIterator iterator, T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)static charCharIteratorIterate. max(CharIterator iterator)static charCharIteratorIterate. min(CharIterator iterator)static booleanCharIteratorIterate. noneSatisfy(CharIterator iterator, CharPredicate predicate)static <R extends MutableCharCollection>
RCharIteratorIterate. reject(CharIterator iterator, CharPredicate predicate, R targetCollection)static <R extends MutableCharCollection>
RCharIteratorIterate. select(CharIterator iterator, CharPredicate predicate, R targetCollection)static longCharIteratorIterate. sum(CharIterator iterator)