Uses of Interface
org.eclipse.collections.api.iterator.CharIterator
Packages that use CharIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of CharIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return CharIteratorModifier and TypeMethodDescriptionCharIterable.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.iteratorModifier and TypeInterfaceDescriptioninterfaceThis 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 CharIteratorModifier and TypeMethodDescriptionImmutableCharEmptyBag.charIterator()ImmutableCharHashBag.charIterator()ImmutableCharSingletonBag.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement CharIterator -
Uses of CharIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement CharIteratorModifier and TypeClassDescriptionfinal classThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final classThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableCharIterator is a wrapper around CharIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as CharIteratorModifier and TypeFieldDescriptionprivate final CharIteratorUnmodifiableCharIterator.charIteratorConstructors in org.eclipse.collections.impl.iterator with parameters of type CharIterator -
Uses of CharIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement CharIteratorModifier and TypeClassDescriptionprivate classprivate static final classstatic classFields in org.eclipse.collections.impl.lazy.primitive declared as CharIteratorModifier and TypeFieldDescriptionprivate final CharIteratorChunkCharIterable.ChunkCharIterator.iteratorprivate final CharIteratorFlatCollectCharToObjectIterable.FlatCollectCharIterator.iteratorprivate final CharIteratorSelectCharIterable.SelectCharIterator.iteratorprivate final CharIteratorTapCharIterable.TapCharIterator.iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return CharIteratorModifier and TypeMethodDescriptionCollectBooleanToCharIterable.charIterator()CollectByteToCharIterable.charIterator()CollectCharIterable.charIterator()CollectCharToCharIterable.charIterator()CollectDoubleToCharIterable.charIterator()CollectFloatToCharIterable.charIterator()CollectIntToCharIterable.charIterator()CollectLongToCharIterable.charIterator()CollectShortToCharIterable.charIterator()LazyCharIterableAdapter.charIterator()ReverseCharIterable.charIterator()SelectCharIterable.charIterator()TapCharIterable.charIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharIteratorModifierConstructorDescriptionFlatCollectCharIterator(CharIterator newIterator, CharToObjectFunction<? extends Iterable<V>> newFunction) privateSelectCharIterator(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 CharIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return CharIteratorModifier and TypeMethodDescriptionImmutableCharArrayList.charIterator()ImmutableCharEmptyList.charIterator()ImmutableCharSingletonList.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement CharIterator -
Uses of CharIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return CharIteratorModifier and TypeMethodDescriptionImmutableByteCharEmptyMap.charIterator()ImmutableByteCharHashMap.charIterator()ImmutableByteCharSingletonMap.charIterator()ImmutableCharCharEmptyMap.charIterator()ImmutableCharCharHashMap.charIterator()ImmutableCharCharSingletonMap.charIterator()ImmutableDoubleCharEmptyMap.charIterator()ImmutableDoubleCharHashMap.charIterator()ImmutableDoubleCharSingletonMap.charIterator()ImmutableFloatCharEmptyMap.charIterator()ImmutableFloatCharHashMap.charIterator()ImmutableFloatCharSingletonMap.charIterator()ImmutableIntCharEmptyMap.charIterator()ImmutableIntCharHashMap.charIterator()ImmutableIntCharSingletonMap.charIterator()ImmutableLongCharEmptyMap.charIterator()ImmutableLongCharHashMap.charIterator()ImmutableLongCharSingletonMap.charIterator()ImmutableObjectCharEmptyMap.charIterator()ImmutableObjectCharHashMap.charIterator()ImmutableObjectCharSingletonMap.charIterator()ImmutableShortCharEmptyMap.charIterator()ImmutableShortCharHashMap.charIterator()ImmutableShortCharSingletonMap.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharIteratorModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return CharIteratorModifier and TypeMethodDescriptionCharBooleanHashMap.KeysView.charIterator()CharByteHashMap.KeysView.charIterator()CharCharHashMap.KeysView.charIterator()CharDoubleHashMap.KeysView.charIterator()CharFloatHashMap.KeysView.charIterator()CharIntHashMap.KeysView.charIterator()CharLongHashMap.KeysView.charIterator()CharObjectHashMap.KeysView.charIterator()CharShortHashMap.KeysView.charIterator()ImmutableCharCharMapKeySet.charIterator()ImmutableCharMapKeySet.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return CharIteratorModifier and TypeMethodDescriptionSynchronizedCharIterable.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 CharIteratorModifier and TypeMethodDescriptionImmutableCharEmptySet.charIterator()ImmutableCharSingletonSet.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement CharIteratorModifier and TypeClassDescriptionprivate classprivate classMethods in org.eclipse.collections.impl.set.mutable.primitive that return CharIterator -
Uses of CharIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return CharIteratorModifier and TypeMethodDescriptionImmutableCharEmptyStack.charIterator()ImmutableCharSingletonStack.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return CharIteratorModifier and TypeMethodDescriptionSynchronizedCharStack.charIterator()Must be called in a synchronized block.UnmodifiableCharStack.charIterator() -
Uses of CharIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return CharIterator -
Uses of CharIterator in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement CharIteratorMethods in org.eclipse.collections.impl.string.immutable that return 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 CharIteratorModifier and TypeMethodDescriptionstatic 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)