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. -
-
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.
-