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 CharIterator
CharIterable. 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 interface
MutableCharIterator
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 CharIterator Modifier and Type Method Description CharIterator
ImmutableCharEmptyBag. charIterator()
CharIterator
ImmutableCharHashBag. charIterator()
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 Modifier and Type Class Description private class
CharHashBag.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 class
ImmutableEmptyCharIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonCharIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableCharIterator
UnmodifiableCharIterator 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 CharIterator
UnmodifiableCharIterator. charIterator
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 private class
ReverseCharIterable.ReverseCharIterator
private static class
SelectCharIterable.SelectCharIterator
static class
TapCharIterable.TapCharIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as CharIterator Modifier and Type Field Description private CharIterator
ChunkCharIterable.ChunkCharIterator. iterator
private CharIterator
FlatCollectCharToObjectIterable.FlatCollectCharIterator. iterator
private CharIterator
SelectCharIterable.SelectCharIterator. iterator
private CharIterator
TapCharIterable.TapCharIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return CharIterator Modifier and Type Method Description CharIterator
CollectBooleanToCharIterable. charIterator()
CharIterator
CollectByteToCharIterable. charIterator()
CharIterator
CollectCharIterable. charIterator()
CharIterator
CollectCharToCharIterable. charIterator()
CharIterator
CollectDoubleToCharIterable. charIterator()
CharIterator
CollectFloatToCharIterable. charIterator()
CharIterator
CollectIntToCharIterable. charIterator()
CharIterator
CollectLongToCharIterable. charIterator()
CharIterator
CollectShortToCharIterable. charIterator()
CharIterator
LazyCharIterableAdapter. charIterator()
CharIterator
ReverseCharIterable. charIterator()
CharIterator
SelectCharIterable. charIterator()
CharIterator
TapCharIterable. 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 class
ImmutableCharArrayList.InternalCharIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return CharIterator Modifier and Type Method Description CharIterator
ImmutableCharArrayList. charIterator()
CharIterator
ImmutableCharEmptyList. charIterator()
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 Modifier and Type Class Description private class
CharArrayList.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 CharIterator
ImmutableByteCharEmptyMap. charIterator()
CharIterator
ImmutableByteCharHashMap. charIterator()
CharIterator
ImmutableByteCharSingletonMap. charIterator()
CharIterator
ImmutableCharCharEmptyMap. charIterator()
CharIterator
ImmutableCharCharHashMap. charIterator()
CharIterator
ImmutableCharCharSingletonMap. charIterator()
CharIterator
ImmutableDoubleCharEmptyMap. charIterator()
CharIterator
ImmutableDoubleCharHashMap. charIterator()
CharIterator
ImmutableDoubleCharSingletonMap. charIterator()
CharIterator
ImmutableFloatCharEmptyMap. charIterator()
CharIterator
ImmutableFloatCharHashMap. charIterator()
CharIterator
ImmutableFloatCharSingletonMap. charIterator()
CharIterator
ImmutableIntCharEmptyMap. charIterator()
CharIterator
ImmutableIntCharHashMap. charIterator()
CharIterator
ImmutableIntCharSingletonMap. charIterator()
CharIterator
ImmutableLongCharEmptyMap. charIterator()
CharIterator
ImmutableLongCharHashMap. charIterator()
CharIterator
ImmutableLongCharSingletonMap. charIterator()
CharIterator
ImmutableObjectCharEmptyMap. charIterator()
CharIterator
ImmutableObjectCharHashMap. charIterator()
CharIterator
ImmutableObjectCharSingletonMap. charIterator()
CharIterator
ImmutableShortCharEmptyMap. charIterator()
CharIterator
ImmutableShortCharHashMap. charIterator()
CharIterator
ImmutableShortCharSingletonMap. 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 CharIterator
CharBooleanHashMap.KeysView. charIterator()
CharIterator
CharByteHashMap.KeysView. charIterator()
CharIterator
CharCharHashMap.KeysView. charIterator()
CharIterator
CharDoubleHashMap.KeysView. charIterator()
CharIterator
CharFloatHashMap.KeysView. charIterator()
CharIterator
CharIntHashMap.KeysView. charIterator()
CharIterator
CharLongHashMap.KeysView. charIterator()
CharIterator
CharObjectHashMap.KeysView. charIterator()
CharIterator
CharShortHashMap.KeysView. charIterator()
CharIterator
ImmutableCharCharMapKeySet. charIterator()
CharIterator
ImmutableCharMapKeySet. 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 CharIterator
SynchronizedCharIterable. 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 CharIterator
ImmutableCharEmptySet. charIterator()
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 CharIterator Modifier and Type Class Description private class
CharHashSet.ImmutableCharHashSet.InternalCharIterator
private class
CharHashSet.InternalCharIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return CharIterator Modifier and Type Method Description CharIterator
CharHashSet.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 CharIterator
ImmutableCharEmptyStack. charIterator()
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 CharIterator Modifier and Type Method Description CharIterator
SynchronizedCharStack. charIterator()
Must be called in a synchronized block.CharIterator
UnmodifiableCharStack. 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 CharIterator
AbstractCharStack. 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 class
CharAdapter.InternalCharIterator
Methods in org.eclipse.collections.impl.string.immutable that return CharIterator Modifier and Type Method Description CharIterator
CharAdapter. 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 boolean
CharIteratorIterate. allSatisfy(CharIterator iterator, CharPredicate predicate)
static boolean
CharIteratorIterate. anySatisfy(CharIterator iterator, CharPredicate predicate)
static <V,R extends java.util.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)
-