Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable
| 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.mutable.primitive |
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.primitive Modifier and Type Interface Description interfaceImmutableShortListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableShortListThis file was automatically generated from template file mutablePrimitiveList.stg.interfaceShortListThis 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 ReversibleShortIterable Modifier and Type Method Description ReversibleShortIterableReversibleIterable. 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 ReversibleShortIterable Modifier and Type Method Description ReversibleShortIterableReversibleShortIterable. distinct()ReversibleShortIterableReversibleShortIterable. reject(ShortPredicate predicate)ReversibleShortIterableReversibleShortIterable. select(ShortPredicate predicate)ReversibleShortIterableReversibleShortIterable. toReversed() -
Uses of ReversibleShortIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleShortIterable Modifier and Type Class Description classShortArrayListShortArrayList is similar toFastList, and is memory-optimized for short primitives.classSynchronizedShortListA synchronized view of aMutableShortList.classUnmodifiableShortListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.