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.stack.primitive | |
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method | Description |
---|---|---|
ByteIterator |
ByteIterable.byteIterator() |
Returns a primitive iterator that can be used to iterate over the ByteIterable in an
imperative style.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableByteIterator |
This file was automatically generated from template file mutablePrimitiveIterator.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableEmptyByteIterator |
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.
|
class |
UnmodifiableByteIterator |
UnmodifiableByteIterator is a wrapper around ByteIterator which is unmodifiable and doesn't support remove.
|
Constructor | Description |
---|---|
UnmodifiableByteIterator(ByteIterator byteIterator) |
Modifier and Type | Class | Description |
---|---|---|
static class |
TapByteIterable.TapByteIterator |
Modifier and Type | Method | Description |
---|---|---|
ByteIterator |
CollectBooleanToByteIterable.byteIterator() |
|
ByteIterator |
CollectByteIterable.byteIterator() |
|
ByteIterator |
CollectByteToByteIterable.byteIterator() |
|
ByteIterator |
CollectCharToByteIterable.byteIterator() |
|
ByteIterator |
CollectDoubleToByteIterable.byteIterator() |
|
ByteIterator |
CollectFloatToByteIterable.byteIterator() |
|
ByteIterator |
CollectIntToByteIterable.byteIterator() |
|
ByteIterator |
CollectLongToByteIterable.byteIterator() |
|
ByteIterator |
CollectShortToByteIterable.byteIterator() |
|
ByteIterator |
LazyByteIterableAdapter.byteIterator() |
|
ByteIterator |
ReverseByteIterable.byteIterator() |
|
ByteIterator |
SelectByteIterable.byteIterator() |
|
ByteIterator |
TapByteIterable.byteIterator() |
Constructor | Description |
---|---|
TapByteIterator(ByteIterator iterator,
ByteProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
ByteIterator |
SynchronizedByteIterable.byteIterator() |
Must be called in a synchronized block.
|
Modifier and Type | Method | Description |
---|---|---|
ByteIterator |
SynchronizedByteStack.byteIterator() |
Must be called in a synchronized block.
|
ByteIterator |
UnmodifiableByteStack.byteIterator() |
Modifier and Type | Method | Description |
---|---|---|
ByteIterator |
AbstractByteStack.byteIterator() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ByteIteratorIterate.allSatisfy(ByteIterator iterator,
BytePredicate predicate) |
|
static boolean |
ByteIteratorIterate.anySatisfy(ByteIterator iterator,
BytePredicate predicate) |
|
static <V,R extends java.util.Collection<V>> |
ByteIteratorIterate.collect(ByteIterator iterator,
ByteToObjectFunction<? extends V> function,
R targetCollection) |
|
static int |
ByteIteratorIterate.count(ByteIterator iterator,
BytePredicate predicate) |
|
static byte |
ByteIteratorIterate.detectIfNone(ByteIterator iterator,
BytePredicate predicate,
byte ifNone) |
|
static void |
ByteIteratorIterate.forEach(ByteIterator iterator,
ByteProcedure procedure) |
|
static <T> T |
ByteIteratorIterate.injectInto(ByteIterator iterator,
T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
|
static byte |
ByteIteratorIterate.max(ByteIterator iterator) |
|
static byte |
ByteIteratorIterate.min(ByteIterator iterator) |
|
static boolean |
ByteIteratorIterate.noneSatisfy(ByteIterator iterator,
BytePredicate predicate) |
|
static <R extends MutableByteCollection> |
ByteIteratorIterate.reject(ByteIterator iterator,
BytePredicate predicate,
R targetCollection) |
|
static <R extends MutableByteCollection> |
ByteIteratorIterate.select(ByteIterator iterator,
BytePredicate predicate,
R targetCollection) |
|
static long |
ByteIteratorIterate.sum(ByteIterator iterator) |
Copyright © 2004–2018. All rights reserved.