Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedShortIterable
| 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.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive |
-
Uses of OrderedShortIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of OrderedShortIterable 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 OrderedShortIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedShortIterable Modifier and Type Method Description OrderedShortIterableOrderedIterable. collectShort(ShortFunction<? super T> shortFunction) -
Uses of OrderedShortIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of OrderedShortIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceReversibleShortIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg.Methods in org.eclipse.collections.api.ordered.primitive that return OrderedShortIterable Modifier and Type Method Description OrderedShortIterableOrderedShortIterable. reject(ShortPredicate predicate)OrderedShortIterableOrderedShortIterable. select(ShortPredicate predicate) -
Uses of OrderedShortIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of OrderedShortIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableShortStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableShortStackThis file was automatically generated from template file mutablePrimitiveStack.stg.interfaceShortStackThis file was automatically generated from template file primitiveStack.stg. -
Uses of OrderedShortIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement OrderedShortIterable 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. -
Uses of OrderedShortIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement OrderedShortIterable Modifier and Type Class Description classShortArrayStackShortArrayStack is similar toArrayStack, and is memory-optimized for short primitives.classSynchronizedShortStackA synchronized view of aMutableShortStack.classUnmodifiableShortStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of OrderedShortIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement OrderedShortIterable Modifier and Type Class Description classAbstractShortStackThis file was automatically generated from template file abstractPrimitiveStack.stg.