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.
-
Uses of ReversibleByteIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleByteIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis 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 ReversibleByteIterableReversibleByteIterable.rejectWithIndex(ByteIntPredicate predicate) Returns a new ReversibleByteIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleByteIterable.select(BytePredicate predicate) default ReversibleByteIterableReversibleByteIterable.selectWithIndex(ByteIntPredicate predicate) Returns a new ReversibleByteIterable including all elements with corresponding indexes matching the specified predicate.ReversibleByteIterable.toReversed()