Uses of Interface
org.eclipse.collections.api.iterator.ByteIterator
-
Packages that use 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.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.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 ByteIterator
ByteIterable. 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 interface
MutableByteIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of ByteIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ImmutableByteEmptyBag. byteIterator()
ByteIterator
ImmutableByteHashBag. byteIterator()
ByteIterator
ImmutableByteSingletonBag. byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement ByteIterator Modifier and Type Class Description private class
ByteHashBag.InternalIterator
-
Uses of ByteIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement ByteIterator Modifier and Type Class Description class
ImmutableEmptyByteIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonByteIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableByteIterator
UnmodifiableByteIterator is a wrapper around ByteIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as ByteIterator Modifier and Type Field Description private ByteIterator
UnmodifiableByteIterator. byteIterator
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 private class
ReverseByteIterable.ReverseByteIterator
private static class
SelectByteIterable.SelectByteIterator
static class
TapByteIterable.TapByteIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as ByteIterator Modifier and Type Field Description private ByteIterator
ChunkByteIterable.ChunkByteIterator. iterator
private ByteIterator
FlatCollectByteToObjectIterable.FlatCollectByteIterator. iterator
private ByteIterator
SelectByteIterable.SelectByteIterator. iterator
private ByteIterator
TapByteIterable.TapByteIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return ByteIterator 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()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteIterator Constructor Description FlatCollectByteIterator(ByteIterator newIterator, ByteToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
SelectByteIterator(ByteIterator iterator, BytePredicate predicate)
TapByteIterator(ByteIterator iterator, ByteProcedure procedure)
-
Uses of ByteIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ByteIterator Modifier and Type Class Description private class
ImmutableByteArrayList.InternalByteIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ImmutableByteArrayList. byteIterator()
ByteIterator
ImmutableByteEmptyList. byteIterator()
ByteIterator
ImmutableByteSingletonList. byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ByteIterator Modifier and Type Class Description private class
ByteArrayList.InternalByteIterator
-
Uses of ByteIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ImmutableByteByteEmptyMap. byteIterator()
ByteIterator
ImmutableByteByteHashMap. byteIterator()
ByteIterator
ImmutableByteByteSingletonMap. byteIterator()
ByteIterator
ImmutableCharByteEmptyMap. byteIterator()
ByteIterator
ImmutableCharByteHashMap. byteIterator()
ByteIterator
ImmutableCharByteSingletonMap. byteIterator()
ByteIterator
ImmutableDoubleByteEmptyMap. byteIterator()
ByteIterator
ImmutableDoubleByteHashMap. byteIterator()
ByteIterator
ImmutableDoubleByteSingletonMap. byteIterator()
ByteIterator
ImmutableFloatByteEmptyMap. byteIterator()
ByteIterator
ImmutableFloatByteHashMap. byteIterator()
ByteIterator
ImmutableFloatByteSingletonMap. byteIterator()
ByteIterator
ImmutableIntByteEmptyMap. byteIterator()
ByteIterator
ImmutableIntByteHashMap. byteIterator()
ByteIterator
ImmutableIntByteSingletonMap. byteIterator()
ByteIterator
ImmutableLongByteEmptyMap. byteIterator()
ByteIterator
ImmutableLongByteHashMap. byteIterator()
ByteIterator
ImmutableLongByteSingletonMap. byteIterator()
ByteIterator
ImmutableObjectByteEmptyMap. byteIterator()
ByteIterator
ImmutableObjectByteHashMap. byteIterator()
ByteIterator
ImmutableObjectByteSingletonMap. byteIterator()
ByteIterator
ImmutableShortByteEmptyMap. byteIterator()
ByteIterator
ImmutableShortByteHashMap. byteIterator()
ByteIterator
ImmutableShortByteSingletonMap. byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ByteBooleanHashMap.KeysView. byteIterator()
ByteIterator
ByteByteHashMap.KeysView. byteIterator()
ByteIterator
ByteCharHashMap.KeysView. byteIterator()
ByteIterator
ByteDoubleHashMap.KeysView. byteIterator()
ByteIterator
ByteFloatHashMap.KeysView. byteIterator()
ByteIterator
ByteIntHashMap.KeysView. byteIterator()
ByteIterator
ByteLongHashMap.KeysView. byteIterator()
ByteIterator
ByteObjectHashMap.KeysView. byteIterator()
ByteIterator
ByteShortHashMap.KeysView. byteIterator()
ByteIterator
ImmutableByteByteMapKeySet. byteIterator()
ByteIterator
ImmutableByteMapKeySet. byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
SynchronizedByteIterable. byteIterator()
Must be called in a synchronized block. -
Uses of ByteIterator in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ImmutableByteEmptySet. byteIterator()
ByteIterator
ImmutableByteSingletonSet. byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ByteIterator Modifier and Type Class Description private class
ByteHashSet.ImmutableByteHashSet.InternalByteIterator
private class
ByteHashSet.MutableInternalByteIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ByteHashSet.ImmutableByteHashSet. byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIterator
ImmutableByteEmptyStack. byteIterator()
ByteIterator
ImmutableByteSingletonStack. byteIterator()
-
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 ByteIterator
SynchronizedByteStack. byteIterator()
Must be called in a synchronized block.ByteIterator
UnmodifiableByteStack. 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 ByteIterator
AbstractByteStack. 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 boolean
ByteIteratorIterate. allSatisfy(ByteIterator iterator, BytePredicate predicate)
static boolean
ByteIteratorIterate. anySatisfy(ByteIterator iterator, BytePredicate predicate)
static <V,R extends java.util.Collection<V>>
RByteIteratorIterate. 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>
RByteIteratorIterate. reject(ByteIterator iterator, BytePredicate predicate, R targetCollection)
static <R extends MutableByteCollection>
RByteIteratorIterate. select(ByteIterator iterator, BytePredicate predicate, R targetCollection)
static long
ByteIteratorIterate. sum(ByteIterator iterator)
-