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 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. -
-
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() -
Uses of ReversibleByteIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleByteIterable Modifier and Type Class Description (package private) classImmutableByteArrayListImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList.(package private) classImmutableByteEmptyListImmutableByteEmptyList is an optimization forImmutableByteListof size 0.(package private) classImmutableByteSingletonListImmutableByteSingletonList 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 ReversibleByteIterable Modifier and Type Class Description classByteArrayListByteArrayList is similar to FastList, and is memory-optimized for byte primitives.classSynchronizedByteListA synchronized view of aMutableByteList.classUnmodifiableByteListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.
-