Uses of Interface
org.eclipse.collections.api.iterator.ShortIterator
Packages that use ShortIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ShortIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ShortIteratorModifier and TypeMethodDescriptionShortIterable.shortIterator()Returns a primitive iterator that can be used to iterate over the ShortIterable in an imperative style. -
Uses of ShortIterator in org.eclipse.collections.api.iterator
Subinterfaces of ShortIterator in org.eclipse.collections.api.iteratorModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of ShortIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement ShortIteratorModifier and TypeClassDescriptionfinal classThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final classThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableShortIterator is a wrapper around ShortIterator which is unmodifiable and doesn't support remove.Constructors in org.eclipse.collections.impl.iterator with parameters of type ShortIterator -
Uses of ShortIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ShortIteratorMethods in org.eclipse.collections.impl.lazy.primitive that return ShortIteratorModifier and TypeMethodDescriptionCollectBooleanToShortIterable.shortIterator()CollectByteToShortIterable.shortIterator()CollectCharToShortIterable.shortIterator()CollectDoubleToShortIterable.shortIterator()CollectFloatToShortIterable.shortIterator()CollectIntToShortIterable.shortIterator()CollectLongToShortIterable.shortIterator()CollectShortIterable.shortIterator()CollectShortToShortIterable.shortIterator()LazyShortIterableAdapter.shortIterator()ReverseShortIterable.shortIterator()SelectShortIterable.shortIterator()TapShortIterable.shortIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortIterator -
Uses of ShortIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return ShortIteratorModifier and TypeMethodDescriptionSynchronizedShortIterable.shortIterator()Must be called in a synchronized block. -
Uses of ShortIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionSynchronizedShortStack.shortIterator()Must be called in a synchronized block.UnmodifiableShortStack.shortIterator() -
Uses of ShortIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ShortIterator -
Uses of ShortIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortIteratorModifier and TypeMethodDescriptionstatic booleanShortIteratorIterate.allSatisfy(ShortIterator iterator, ShortPredicate predicate) static booleanShortIteratorIterate.anySatisfy(ShortIterator iterator, ShortPredicate predicate) static <V, R extends Collection<V>>
RShortIteratorIterate.collect(ShortIterator iterator, ShortToObjectFunction<? extends V> function, R targetCollection) static intShortIteratorIterate.count(ShortIterator iterator, ShortPredicate predicate) static shortShortIteratorIterate.detectIfNone(ShortIterator iterator, ShortPredicate predicate, short ifNone) static voidShortIteratorIterate.forEach(ShortIterator iterator, ShortProcedure procedure) static <T> TShortIteratorIterate.injectInto(ShortIterator iterator, T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) static shortShortIteratorIterate.max(ShortIterator iterator) static shortShortIteratorIterate.min(ShortIterator iterator) static booleanShortIteratorIterate.noneSatisfy(ShortIterator iterator, ShortPredicate predicate) static <R extends MutableShortCollection>
RShortIteratorIterate.reject(ShortIterator iterator, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIteratorIterate.select(ShortIterator iterator, ShortPredicate predicate, R targetCollection) static longShortIteratorIterate.sum(ShortIterator iterator)