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 TypeInterfaceDescriptioninterface
This 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 class
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final class
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableCharIterator 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 CharIterator
UnmodifiableCharIterator.charIterator
Constructors 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 class
private static final class
static class
Fields in org.eclipse.collections.impl.lazy.primitive declared as CharIteratorModifier and TypeFieldDescriptionprivate final CharIterator
ChunkCharIterable.ChunkCharIterator.iterator
private final CharIterator
FlatCollectCharToObjectIterable.FlatCollectCharIterator.iterator
private final CharIterator
SelectCharIterable.SelectCharIterator.iterator
private final CharIterator
TapCharIterable.TapCharIterator.iterator
Methods 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) private
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 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 class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
Methods 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 class
private class
Methods 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 boolean
CharIteratorIterate.allSatisfy
(CharIterator iterator, CharPredicate predicate) static boolean
CharIteratorIterate.anySatisfy
(CharIterator iterator, CharPredicate predicate) static <V,
R extends Collection<V>>
RCharIteratorIterate.collect
(CharIterator iterator, CharToObjectFunction<? extends V> function, R targetCollection) static int
CharIteratorIterate.count
(CharIterator iterator, CharPredicate predicate) static char
CharIteratorIterate.detectIfNone
(CharIterator iterator, CharPredicate predicate, char ifNone) static void
CharIteratorIterate.forEach
(CharIterator iterator, CharProcedure procedure) static <T> T
CharIteratorIterate.injectInto
(CharIterator iterator, T injectedValue, ObjectCharToObjectFunction<? super T, ? extends T> function) static char
CharIteratorIterate.max
(CharIterator iterator) static char
CharIteratorIterate.min
(CharIterator iterator) static boolean
CharIteratorIterate.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 long
CharIteratorIterate.sum
(CharIterator iterator)