Uses of Interface
org.eclipse.collections.api.iterator.CharIterator
-
Packages that use 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.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.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.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.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.primitive 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.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 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.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorImmutableCharEmptyBag. charIterator()CharIteratorImmutableCharHashBag. charIterator()CharIteratorImmutableCharSingletonBag. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement CharIterator Modifier and Type Class Description private classCharHashBag.InternalIterator -
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.classSingletonCharIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableCharIteratorUnmodifiableCharIterator is a wrapper around CharIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as CharIterator Modifier and Type Field Description private CharIteratorUnmodifiableCharIterator. charIteratorConstructors 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 private classReverseCharIterable.ReverseCharIteratorprivate static classSelectCharIterable.SelectCharIteratorstatic classTapCharIterable.TapCharIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as CharIterator Modifier and Type Field Description private CharIteratorChunkCharIterable.ChunkCharIterator. iteratorprivate CharIteratorFlatCollectCharToObjectIterable.FlatCollectCharIterator. iteratorprivate CharIteratorSelectCharIterable.SelectCharIterator. iteratorprivate CharIteratorTapCharIterable.TapCharIterator. iteratorMethods 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 FlatCollectCharIterator(CharIterator newIterator, CharToObjectFunction<? extends java.lang.Iterable<V>> newFunction)SelectCharIterator(CharIterator iterator, CharPredicate predicate)TapCharIterator(CharIterator iterator, CharProcedure procedure) -
Uses of CharIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement CharIterator Modifier and Type Class Description private classImmutableCharArrayList.InternalCharIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorImmutableCharArrayList. charIterator()CharIteratorImmutableCharEmptyList. charIterator()CharIteratorImmutableCharSingletonList. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement CharIterator Modifier and Type Class Description private classCharArrayList.InternalCharIterator -
Uses of CharIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorImmutableByteCharEmptyMap. charIterator()CharIteratorImmutableByteCharHashMap. charIterator()CharIteratorImmutableByteCharSingletonMap. charIterator()CharIteratorImmutableCharCharEmptyMap. charIterator()CharIteratorImmutableCharCharHashMap. charIterator()CharIteratorImmutableCharCharSingletonMap. charIterator()CharIteratorImmutableDoubleCharEmptyMap. charIterator()CharIteratorImmutableDoubleCharHashMap. charIterator()CharIteratorImmutableDoubleCharSingletonMap. charIterator()CharIteratorImmutableFloatCharEmptyMap. charIterator()CharIteratorImmutableFloatCharHashMap. charIterator()CharIteratorImmutableFloatCharSingletonMap. charIterator()CharIteratorImmutableIntCharEmptyMap. charIterator()CharIteratorImmutableIntCharHashMap. charIterator()CharIteratorImmutableIntCharSingletonMap. charIterator()CharIteratorImmutableLongCharEmptyMap. charIterator()CharIteratorImmutableLongCharHashMap. charIterator()CharIteratorImmutableLongCharSingletonMap. charIterator()CharIteratorImmutableObjectCharEmptyMap. charIterator()CharIteratorImmutableObjectCharHashMap. charIterator()CharIteratorImmutableObjectCharSingletonMap. charIterator()CharIteratorImmutableShortCharEmptyMap. charIterator()CharIteratorImmutableShortCharHashMap. charIterator()CharIteratorImmutableShortCharSingletonMap. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorCharBooleanHashMap.KeysView. charIterator()CharIteratorCharByteHashMap.KeysView. charIterator()CharIteratorCharCharHashMap.KeysView. charIterator()CharIteratorCharDoubleHashMap.KeysView. charIterator()CharIteratorCharFloatHashMap.KeysView. charIterator()CharIteratorCharIntHashMap.KeysView. charIterator()CharIteratorCharLongHashMap.KeysView. charIterator()CharIteratorCharObjectHashMap.KeysView. charIterator()CharIteratorCharShortHashMap.KeysView. charIterator()CharIteratorImmutableCharCharMapKeySet. charIterator()CharIteratorImmutableCharMapKeySet. charIterator() -
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.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorImmutableCharEmptySet. charIterator()CharIteratorImmutableCharSingletonSet. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement CharIterator Modifier and Type Class Description private classCharHashSet.ImmutableCharHashSet.InternalCharIteratorprivate classCharHashSet.InternalCharIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorCharHashSet.ImmutableCharHashSet. charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return CharIterator Modifier and Type Method Description CharIteratorImmutableCharEmptyStack. charIterator()CharIteratorImmutableCharSingletonStack. charIterator() -
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
Classes in org.eclipse.collections.impl.string.immutable that implement CharIterator Modifier and Type Class Description private classCharAdapter.InternalCharIteratorMethods 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 java.util.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)
-