Uses of Interface
org.eclipse.collections.api.iterator.ByteIterator
Packages that use ByteIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ByteIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ByteIteratorModifier and TypeMethodDescriptionByteIterable.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.iteratorModifier and TypeInterfaceDescriptioninterface
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 ByteIteratorModifier and TypeMethodDescriptionImmutableByteEmptyBag.byteIterator()
ImmutableByteHashBag.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 -
Uses of ByteIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement ByteIteratorModifier and TypeClassDescriptionfinal class
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final class
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableByteIterator is a wrapper around ByteIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as ByteIteratorModifier and TypeFieldDescriptionprivate final ByteIterator
UnmodifiableByteIterator.byteIterator
Constructors in org.eclipse.collections.impl.iterator with parameters of type ByteIterator -
Uses of ByteIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ByteIteratorModifier and TypeClassDescriptionprivate class
private static final class
static class
Fields in org.eclipse.collections.impl.lazy.primitive declared as ByteIteratorModifier and TypeFieldDescriptionprivate final ByteIterator
ChunkByteIterable.ChunkByteIterator.iterator
private final ByteIterator
FlatCollectByteToObjectIterable.FlatCollectByteIterator.iterator
private final ByteIterator
SelectByteIterable.SelectByteIterator.iterator
private final ByteIterator
TapByteIterable.TapByteIterator.iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return ByteIteratorModifier and TypeMethodDescriptionCollectBooleanToByteIterable.byteIterator()
CollectByteIterable.byteIterator()
CollectByteToByteIterable.byteIterator()
CollectCharToByteIterable.byteIterator()
CollectDoubleToByteIterable.byteIterator()
CollectFloatToByteIterable.byteIterator()
CollectIntToByteIterable.byteIterator()
CollectLongToByteIterable.byteIterator()
CollectShortToByteIterable.byteIterator()
LazyByteIterableAdapter.byteIterator()
ReverseByteIterable.byteIterator()
SelectByteIterable.byteIterator()
TapByteIterable.byteIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteIteratorModifierConstructorDescriptionFlatCollectByteIterator
(ByteIterator newIterator, ByteToObjectFunction<? extends Iterable<V>> newFunction) private
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 ByteIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return ByteIteratorModifier and TypeMethodDescriptionImmutableByteArrayList.byteIterator()
ImmutableByteEmptyList.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 -
Uses of ByteIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ByteIteratorModifier and TypeMethodDescriptionImmutableByteByteEmptyMap.byteIterator()
ImmutableByteByteHashMap.byteIterator()
ImmutableByteByteSingletonMap.byteIterator()
ImmutableCharByteEmptyMap.byteIterator()
ImmutableCharByteHashMap.byteIterator()
ImmutableCharByteSingletonMap.byteIterator()
ImmutableDoubleByteEmptyMap.byteIterator()
ImmutableDoubleByteHashMap.byteIterator()
ImmutableDoubleByteSingletonMap.byteIterator()
ImmutableFloatByteEmptyMap.byteIterator()
ImmutableFloatByteHashMap.byteIterator()
ImmutableFloatByteSingletonMap.byteIterator()
ImmutableIntByteEmptyMap.byteIterator()
ImmutableIntByteHashMap.byteIterator()
ImmutableIntByteSingletonMap.byteIterator()
ImmutableLongByteEmptyMap.byteIterator()
ImmutableLongByteHashMap.byteIterator()
ImmutableLongByteSingletonMap.byteIterator()
ImmutableObjectByteEmptyMap.byteIterator()
ImmutableObjectByteHashMap.byteIterator()
ImmutableObjectByteSingletonMap.byteIterator()
ImmutableShortByteEmptyMap.byteIterator()
ImmutableShortByteHashMap.byteIterator()
ImmutableShortByteSingletonMap.byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ByteIteratorModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ByteIteratorModifier and TypeMethodDescriptionByteBooleanHashMap.KeysView.byteIterator()
ByteByteHashMap.KeysView.byteIterator()
ByteCharHashMap.KeysView.byteIterator()
ByteDoubleHashMap.KeysView.byteIterator()
ByteFloatHashMap.KeysView.byteIterator()
ByteIntHashMap.KeysView.byteIterator()
ByteLongHashMap.KeysView.byteIterator()
ByteObjectHashMap.KeysView.byteIterator()
ByteShortHashMap.KeysView.byteIterator()
ImmutableByteByteMapKeySet.byteIterator()
ImmutableByteMapKeySet.byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return ByteIteratorModifier and TypeMethodDescriptionSynchronizedByteIterable.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 ByteIteratorModifier and TypeMethodDescriptionImmutableByteEmptySet.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 ByteIteratorModifier and TypeClassDescriptionprivate class
private class
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ByteIterator -
Uses of ByteIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ByteIteratorModifier and TypeMethodDescriptionImmutableByteEmptyStack.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 ByteIteratorModifier and TypeMethodDescriptionSynchronizedByteStack.byteIterator()
Must be called in a synchronized block.UnmodifiableByteStack.byteIterator()
-
Uses of ByteIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return 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 ByteIteratorModifier and TypeMethodDescriptionstatic boolean
ByteIteratorIterate.allSatisfy
(ByteIterator iterator, BytePredicate predicate) static boolean
ByteIteratorIterate.anySatisfy
(ByteIterator iterator, BytePredicate predicate) static <V,
R extends 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)