Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable
Packages that use ReversibleShortIterable
Package
Description
This package contains mutable and immutable primitive list API.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of ReversibleShortIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleShortIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.interfaceThis file was automatically generated from template file primitiveList.stg. -
Uses of ReversibleShortIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleShortIterableModifier and TypeMethodDescriptionReversibleIterable.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ReversibleShortIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleShortIterableModifier and TypeMethodDescriptionReversibleShortIterable.distinct()ReversibleShortIterable.reject(ShortPredicate predicate) default ReversibleShortIterableReversibleShortIterable.rejectWithIndex(ShortIntPredicate predicate) Returns a new ReversibleShortIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleShortIterable.select(ShortPredicate predicate) default ReversibleShortIterableReversibleShortIterable.selectWithIndex(ShortIntPredicate predicate) Returns a new ReversibleShortIterable including all elements with corresponding indexes matching the specified predicate.ReversibleShortIterable.toReversed() -
Uses of ReversibleShortIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleShortIterableModifier and TypeClassDescriptionclassShortArrayList is similar to FastList, and is memory-optimized for short primitives.classA synchronized view of aMutableShortList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.