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 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.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorImmutableByteEmptyBag. byteIterator()ByteIteratorImmutableByteHashBag. byteIterator()ByteIteratorImmutableByteSingletonBag. 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 classByteHashBag.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 classImmutableEmptyByteIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonByteIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableByteIteratorUnmodifiableByteIterator 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 ByteIteratorUnmodifiableByteIterator. byteIteratorConstructors 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 classReverseByteIterable.ReverseByteIteratorprivate static classSelectByteIterable.SelectByteIteratorstatic classTapByteIterable.TapByteIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as ByteIterator Modifier and Type Field Description private ByteIteratorChunkByteIterable.ChunkByteIterator. iteratorprivate ByteIteratorFlatCollectByteToObjectIterable.FlatCollectByteIterator. iteratorprivate ByteIteratorSelectByteIterable.SelectByteIterator. iteratorprivate ByteIteratorTapByteIterable.TapByteIterator. iteratorMethods 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 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 classImmutableByteArrayList.InternalByteIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorImmutableByteArrayList. byteIterator()ByteIteratorImmutableByteEmptyList. byteIterator()ByteIteratorImmutableByteSingletonList. 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 classByteArrayList.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 ByteIteratorImmutableByteByteEmptyMap. byteIterator()ByteIteratorImmutableByteByteHashMap. byteIterator()ByteIteratorImmutableByteByteSingletonMap. byteIterator()ByteIteratorImmutableCharByteEmptyMap. byteIterator()ByteIteratorImmutableCharByteHashMap. byteIterator()ByteIteratorImmutableCharByteSingletonMap. byteIterator()ByteIteratorImmutableDoubleByteEmptyMap. byteIterator()ByteIteratorImmutableDoubleByteHashMap. byteIterator()ByteIteratorImmutableDoubleByteSingletonMap. byteIterator()ByteIteratorImmutableFloatByteEmptyMap. byteIterator()ByteIteratorImmutableFloatByteHashMap. byteIterator()ByteIteratorImmutableFloatByteSingletonMap. byteIterator()ByteIteratorImmutableIntByteEmptyMap. byteIterator()ByteIteratorImmutableIntByteHashMap. byteIterator()ByteIteratorImmutableIntByteSingletonMap. byteIterator()ByteIteratorImmutableLongByteEmptyMap. byteIterator()ByteIteratorImmutableLongByteHashMap. byteIterator()ByteIteratorImmutableLongByteSingletonMap. byteIterator()ByteIteratorImmutableObjectByteEmptyMap. byteIterator()ByteIteratorImmutableObjectByteHashMap. byteIterator()ByteIteratorImmutableObjectByteSingletonMap. byteIterator()ByteIteratorImmutableShortByteEmptyMap. byteIterator()ByteIteratorImmutableShortByteHashMap. byteIterator()ByteIteratorImmutableShortByteSingletonMap. 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 ByteIteratorByteBooleanHashMap.KeysView. byteIterator()ByteIteratorByteByteHashMap.KeysView. byteIterator()ByteIteratorByteCharHashMap.KeysView. byteIterator()ByteIteratorByteDoubleHashMap.KeysView. byteIterator()ByteIteratorByteFloatHashMap.KeysView. byteIterator()ByteIteratorByteIntHashMap.KeysView. byteIterator()ByteIteratorByteLongHashMap.KeysView. byteIterator()ByteIteratorByteObjectHashMap.KeysView. byteIterator()ByteIteratorByteShortHashMap.KeysView. byteIterator()ByteIteratorImmutableByteByteMapKeySet. byteIterator()ByteIteratorImmutableByteMapKeySet. 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 ByteIteratorSynchronizedByteIterable. 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 ByteIteratorImmutableByteEmptySet. byteIterator()ByteIteratorImmutableByteSingletonSet. 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 classByteHashSet.ImmutableByteHashSet.InternalByteIteratorprivate classByteHashSet.MutableInternalByteIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return ByteIterator Modifier and Type Method Description ByteIteratorByteHashSet.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 ByteIteratorImmutableByteEmptyStack. byteIterator()ByteIteratorImmutableByteSingletonStack. 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 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 java.util.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)
-