Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable
Packages that use ReversibleByteIterable
Package
Description
This package contains mutable and immutable primitive list API.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of ReversibleByteIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleByteIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of ReversibleByteIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleByteIterableModifier and TypeMethodDescriptionReversibleIterable.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of ReversibleByteIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleByteIterableModifier and TypeMethodDescriptionReversibleByteIterable.distinct()
ReversibleByteIterable.reject
(BytePredicate predicate) default ReversibleByteIterable
ReversibleByteIterable.rejectWithIndex
(ByteIntPredicate predicate) Returns a new ReversibleByteIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleByteIterable.select
(BytePredicate predicate) default ReversibleByteIterable
ReversibleByteIterable.selectWithIndex
(ByteIntPredicate predicate) Returns a new ReversibleByteIterable including all elements with corresponding indexes matching the specified predicate.ReversibleByteIterable.toReversed()
-
Uses of ReversibleByteIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleByteIterableModifier and TypeClassDescriptionclass
ByteArrayList is similar to FastList, and is memory-optimized for byte primitives.class
A synchronized view of aMutableByteList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.