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 immutable primitive list interfaces and immutable primitive list factory interfaces.
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 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() -
Uses of ReversibleByteIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleByteIterableModifier and TypeClassDescription(package private) final classImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList.(package private) final classImmutableByteEmptyList is an optimization forImmutableByteListof size 0.(package private) final classImmutableByteSingletonList is an optimization forImmutableByteListof size 1. -
Uses of ReversibleByteIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleByteIterableModifier and TypeClassDescriptionclassByteArrayList is similar to FastList, and is memory-optimized for byte primitives.classA synchronized view of aMutableByteList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.