Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedShortIterable
-
Packages that use 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.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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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)default OrderedShortIterableOrderedShortIterable. rejectWithIndex(ShortIntPredicate predicate)Returns a new OrderedShortIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedShortIterableOrderedShortIterable. select(ShortPredicate predicate)default OrderedShortIterableOrderedShortIterable. selectWithIndex(ShortIntPredicate predicate)Returns a new OrderedShortIterable including all elements with corresponding indexes matching the specified 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.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement OrderedShortIterable Modifier and Type Class Description (package private) classImmutableShortArrayListImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList.(package private) classImmutableShortEmptyListImmutableShortEmptyList is an optimization forImmutableShortListof size 0.(package private) classImmutableShortSingletonListImmutableShortSingletonList is an optimization forImmutableShortListof size 1. -
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 to FastList, 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.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement OrderedShortIterable Modifier and Type Class Description (package private) classImmutableShortArrayStackImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack.(package private) classImmutableShortEmptyStackImmutableShortEmptyStack is an optimization forImmutableShortStackof size 0.(package private) classImmutableShortSingletonStackImmutableShortSingletonStack is an optimization forImmutableShortStackof size 1. -
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.
-