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 immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of ShortIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionImmutableShortEmptyBag.shortIterator()
ImmutableShortHashBag.shortIterator()
ImmutableShortSingletonBag.shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement ShortIterator -
Uses of ShortIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement ShortIteratorModifier and TypeClassDescriptionfinal class
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final class
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableShortIterator is a wrapper around ShortIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as ShortIteratorModifier and TypeFieldDescriptionprivate final ShortIterator
UnmodifiableShortIterator.shortIterator
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 ShortIteratorModifier and TypeClassDescriptionprivate class
private static final class
static class
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortIteratorModifier and TypeFieldDescriptionprivate final ShortIterator
ChunkShortIterable.ChunkShortIterator.iterator
private final ShortIterator
FlatCollectShortToObjectIterable.FlatCollectShortIterator.iterator
private final ShortIterator
SelectShortIterable.SelectShortIterator.iterator
private final ShortIterator
TapShortIterable.TapShortIterator.iterator
Methods 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 ShortIteratorModifierConstructorDescriptionFlatCollectShortIterator
(ShortIterator newIterator, ShortToObjectFunction<? extends Iterable<V>> newFunction) private
SelectShortIterator
(ShortIterator iterator, ShortPredicate predicate) TapShortIterator
(ShortIterator iterator, ShortProcedure procedure) -
Uses of ShortIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ShortIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionImmutableShortArrayList.shortIterator()
ImmutableShortEmptyList.shortIterator()
ImmutableShortSingletonList.shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ShortIterator -
Uses of ShortIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionImmutableByteShortEmptyMap.shortIterator()
ImmutableByteShortHashMap.shortIterator()
ImmutableByteShortSingletonMap.shortIterator()
ImmutableCharShortEmptyMap.shortIterator()
ImmutableCharShortHashMap.shortIterator()
ImmutableCharShortSingletonMap.shortIterator()
ImmutableDoubleShortEmptyMap.shortIterator()
ImmutableDoubleShortHashMap.shortIterator()
ImmutableDoubleShortSingletonMap.shortIterator()
ImmutableFloatShortEmptyMap.shortIterator()
ImmutableFloatShortHashMap.shortIterator()
ImmutableFloatShortSingletonMap.shortIterator()
ImmutableIntShortEmptyMap.shortIterator()
ImmutableIntShortHashMap.shortIterator()
ImmutableIntShortSingletonMap.shortIterator()
ImmutableLongShortEmptyMap.shortIterator()
ImmutableLongShortHashMap.shortIterator()
ImmutableLongShortSingletonMap.shortIterator()
ImmutableObjectShortEmptyMap.shortIterator()
ImmutableObjectShortHashMap.shortIterator()
ImmutableObjectShortSingletonMap.shortIterator()
ImmutableShortShortEmptyMap.shortIterator()
ImmutableShortShortHashMap.shortIterator()
ImmutableShortShortSingletonMap.shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortIteratorModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionImmutableShortMapKeySet.shortIterator()
ImmutableShortShortMapKeySet.shortIterator()
ShortBooleanHashMap.KeysView.shortIterator()
ShortByteHashMap.KeysView.shortIterator()
ShortCharHashMap.KeysView.shortIterator()
ShortDoubleHashMap.KeysView.shortIterator()
ShortFloatHashMap.KeysView.shortIterator()
ShortIntHashMap.KeysView.shortIterator()
ShortLongHashMap.KeysView.shortIterator()
ShortObjectHashMap.KeysView.shortIterator()
ShortShortHashMap.KeysView.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.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionImmutableShortEmptySet.shortIterator()
ImmutableShortSingletonSet.shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ShortIteratorModifier and TypeClassDescriptionprivate class
private class
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ShortIterator -
Uses of ShortIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ShortIteratorModifier and TypeMethodDescriptionImmutableShortEmptyStack.shortIterator()
ImmutableShortSingletonStack.shortIterator()
-
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 boolean
ShortIteratorIterate.allSatisfy
(ShortIterator iterator, ShortPredicate predicate) static boolean
ShortIteratorIterate.anySatisfy
(ShortIterator iterator, ShortPredicate predicate) static <V,
R extends Collection<V>>
RShortIteratorIterate.collect
(ShortIterator iterator, ShortToObjectFunction<? extends V> function, R targetCollection) static int
ShortIteratorIterate.count
(ShortIterator iterator, ShortPredicate predicate) static short
ShortIteratorIterate.detectIfNone
(ShortIterator iterator, ShortPredicate predicate, short ifNone) static void
ShortIteratorIterate.forEach
(ShortIterator iterator, ShortProcedure procedure) static <T> T
ShortIteratorIterate.injectInto
(ShortIterator iterator, T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) static short
ShortIteratorIterate.max
(ShortIterator iterator) static short
ShortIteratorIterate.min
(ShortIterator iterator) static boolean
ShortIteratorIterate.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 long
ShortIteratorIterate.sum
(ShortIterator iterator)