Uses of Interface
org.eclipse.collections.api.iterator.ByteIterator
| 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 |
-
Uses of ByteIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ByteIterator Modifier and Type Method Description ByteIteratorByteIterable. byteIterator()Returns a primitive iterator that can be used to iterate over the ByteIterable in an imperative style. -
Uses of ByteIterator in org.eclipse.collections.api.iterator
Subinterfaces of ByteIterator in org.eclipse.collections.api.iterator Modifier and Type Interface Description interfaceMutableByteIteratorThis file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of ByteIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement ByteIterator Modifier and Type Class Description classImmutableEmptyByteIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classUnmodifiableByteIteratorUnmodifiableByteIterator is a wrapper around ByteIterator which is unmodifiable and doesn't support remove.Constructors in org.eclipse.collections.impl.iterator with parameters of type ByteIterator Constructor Description UnmodifiableByteIterator(ByteIterator byteIterator) -
Uses of ByteIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ByteIterator Modifier and Type Class Description static classTapByteIterable.TapByteIteratorMethods in org.eclipse.collections.impl.lazy.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorCollectBooleanToByteIterable. byteIterator()ByteIteratorCollectByteIterable. byteIterator()ByteIteratorCollectByteToByteIterable. byteIterator()ByteIteratorCollectCharToByteIterable. byteIterator()ByteIteratorCollectDoubleToByteIterable. byteIterator()ByteIteratorCollectFloatToByteIterable. byteIterator()ByteIteratorCollectIntToByteIterable. byteIterator()ByteIteratorCollectLongToByteIterable. byteIterator()ByteIteratorCollectShortToByteIterable. byteIterator()ByteIteratorLazyByteIterableAdapter. byteIterator()ByteIteratorReverseByteIterable. byteIterator()ByteIteratorSelectByteIterable. byteIterator()ByteIteratorTapByteIterable. byteIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteIterator Constructor Description TapByteIterator(ByteIterator iterator, ByteProcedure procedure) -
Uses of ByteIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorSynchronizedByteIterable. byteIterator()Must be called in a synchronized block. -
Uses of ByteIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorSynchronizedByteStack. byteIterator()Must be called in a synchronized block.ByteIteratorUnmodifiableByteStack. byteIterator() -
Uses of ByteIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorAbstractByteStack. byteIterator() -
Uses of ByteIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ByteIterator Modifier and Type Method Description static booleanByteIteratorIterate. allSatisfy(ByteIterator iterator, BytePredicate predicate)static booleanByteIteratorIterate. anySatisfy(ByteIterator iterator, BytePredicate predicate)static <V, R extends Collection<V>>
RByteIteratorIterate. collect(ByteIterator iterator, ByteToObjectFunction<? extends V> function, R targetCollection)static intByteIteratorIterate. count(ByteIterator iterator, BytePredicate predicate)static byteByteIteratorIterate. detectIfNone(ByteIterator iterator, BytePredicate predicate, byte ifNone)static voidByteIteratorIterate. forEach(ByteIterator iterator, ByteProcedure procedure)static <T> TByteIteratorIterate. injectInto(ByteIterator iterator, T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)static byteByteIteratorIterate. max(ByteIterator iterator)static byteByteIteratorIterate. min(ByteIterator iterator)static booleanByteIteratorIterate. noneSatisfy(ByteIterator iterator, BytePredicate predicate)static <R extends MutableByteCollection>
RByteIteratorIterate. reject(ByteIterator iterator, BytePredicate predicate, R targetCollection)static <R extends MutableByteCollection>
RByteIteratorIterate. select(ByteIterator iterator, BytePredicate predicate, R targetCollection)static longByteIteratorIterate. sum(ByteIterator iterator)