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.string.immutable | |
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharIterable.charIterator() |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableCharIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableEmptyCharIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.
|
class |
UnmodifiableCharIterator
UnmodifiableCharIterator is a wrapper around CharIterator which is unmodifiable and doesn't support remove.
|
Constructor and Description |
---|
UnmodifiableCharIterator(CharIterator charIterator) |
Modifier and Type | Method and Description |
---|---|
CharIterator |
LazyCharIterableAdapter.charIterator() |
CharIterator |
ReverseCharIterable.charIterator() |
CharIterator |
CollectFloatToCharIterable.charIterator() |
CharIterator |
CollectIntToCharIterable.charIterator() |
CharIterator |
CollectLongToCharIterable.charIterator() |
CharIterator |
CollectCharIterable.charIterator() |
CharIterator |
CollectBooleanToCharIterable.charIterator() |
CharIterator |
CollectByteToCharIterable.charIterator() |
CharIterator |
SelectCharIterable.charIterator() |
CharIterator |
CollectShortToCharIterable.charIterator() |
CharIterator |
CollectCharToCharIterable.charIterator() |
CharIterator |
CollectDoubleToCharIterable.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
SynchronizedCharIterable.charIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharArrayStack.charIterator() |
CharIterator |
UnmodifiableCharStack.charIterator() |
CharIterator |
SynchronizedCharStack.charIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharAdapter.charIterator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
CharIteratorIterate.allSatisfy(CharIterator iterator,
CharPredicate predicate) |
static boolean |
CharIteratorIterate.anySatisfy(CharIterator iterator,
CharPredicate predicate) |
static <V,R extends Collection<V>> |
CharIteratorIterate.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> |
CharIteratorIterate.reject(CharIterator iterator,
CharPredicate predicate,
R targetCollection) |
static <R extends MutableCharCollection> |
CharIteratorIterate.select(CharIterator iterator,
CharPredicate predicate,
R targetCollection) |
static long |
CharIteratorIterate.sum(CharIterator iterator) |
Copyright © 2004–2016. All rights reserved.