Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable
-
Packages that use ReversibleByteIterable Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive -
-
Uses of ReversibleByteIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleByteIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceByteListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableByteListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableByteListThis 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 ReversibleByteIterable Modifier and Type Method Description ReversibleByteIterableReversibleIterable. 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 ReversibleByteIterable Modifier and Type Method Description ReversibleByteIterableReversibleByteIterable. distinct()ReversibleByteIterableReversibleByteIterable. reject(BytePredicate predicate)default ReversibleByteIterableReversibleByteIterable. rejectWithIndex(ByteIntPredicate predicate)Returns a new ReversibleByteIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleByteIterableReversibleByteIterable. select(BytePredicate predicate)default ReversibleByteIterableReversibleByteIterable. selectWithIndex(ByteIntPredicate predicate)Returns a new ReversibleByteIterable including all elements with corresponding indexes matching the specified predicate.ReversibleByteIterableReversibleByteIterable. toReversed()
-