Uses of Interface
org.eclipse.collections.api.iterator.ShortIterator
-
Packages that use ShortIterator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.iterator This package contains primitive iterator API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.iterator org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.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.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set 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 org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of ShortIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ShortIterator Modifier and Type Method Description ShortIterator
ShortIterable. 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.iterator Modifier and Type Interface Description interface
MutableShortIterator
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 ShortIterator Modifier and Type Method Description ShortIterator
ImmutableShortEmptyBag. shortIterator()
ShortIterator
ImmutableShortHashBag. shortIterator()
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 Modifier and Type Class Description private class
ShortHashBag.InternalIterator
-
Uses of ShortIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement ShortIterator Modifier and Type Class Description class
ImmutableEmptyShortIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonShortIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableShortIterator
UnmodifiableShortIterator is a wrapper around ShortIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as ShortIterator Modifier and Type Field Description private ShortIterator
UnmodifiableShortIterator. shortIterator
Constructors in org.eclipse.collections.impl.iterator with parameters of type ShortIterator Constructor Description UnmodifiableShortIterator(ShortIterator shortIterator)
-
Uses of ShortIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ShortIterator Modifier and Type Class Description private class
ReverseShortIterable.ReverseShortIterator
private static class
SelectShortIterable.SelectShortIterator
static class
TapShortIterable.TapShortIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortIterator Modifier and Type Field Description private ShortIterator
ChunkShortIterable.ChunkShortIterator. iterator
private ShortIterator
FlatCollectShortToObjectIterable.FlatCollectShortIterator. iterator
private ShortIterator
SelectShortIterable.SelectShortIterator. iterator
private ShortIterator
TapShortIterable.TapShortIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
CollectBooleanToShortIterable. shortIterator()
ShortIterator
CollectByteToShortIterable. shortIterator()
ShortIterator
CollectCharToShortIterable. shortIterator()
ShortIterator
CollectDoubleToShortIterable. shortIterator()
ShortIterator
CollectFloatToShortIterable. shortIterator()
ShortIterator
CollectIntToShortIterable. shortIterator()
ShortIterator
CollectLongToShortIterable. shortIterator()
ShortIterator
CollectShortIterable. shortIterator()
ShortIterator
CollectShortToShortIterable. shortIterator()
ShortIterator
LazyShortIterableAdapter. shortIterator()
ShortIterator
ReverseShortIterable. shortIterator()
ShortIterator
SelectShortIterable. shortIterator()
ShortIterator
TapShortIterable. shortIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortIterator Constructor Description FlatCollectShortIterator(ShortIterator newIterator, ShortToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
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 ShortIterator Modifier and Type Class Description private class
ImmutableShortArrayList.InternalShortIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
ImmutableShortArrayList. shortIterator()
ShortIterator
ImmutableShortEmptyList. shortIterator()
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 Modifier and Type Class Description private class
ShortArrayList.InternalShortIterator
-
Uses of ShortIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
ImmutableByteShortEmptyMap. shortIterator()
ShortIterator
ImmutableByteShortHashMap. shortIterator()
ShortIterator
ImmutableByteShortSingletonMap. shortIterator()
ShortIterator
ImmutableCharShortEmptyMap. shortIterator()
ShortIterator
ImmutableCharShortHashMap. shortIterator()
ShortIterator
ImmutableCharShortSingletonMap. shortIterator()
ShortIterator
ImmutableDoubleShortEmptyMap. shortIterator()
ShortIterator
ImmutableDoubleShortHashMap. shortIterator()
ShortIterator
ImmutableDoubleShortSingletonMap. shortIterator()
ShortIterator
ImmutableFloatShortEmptyMap. shortIterator()
ShortIterator
ImmutableFloatShortHashMap. shortIterator()
ShortIterator
ImmutableFloatShortSingletonMap. shortIterator()
ShortIterator
ImmutableIntShortEmptyMap. shortIterator()
ShortIterator
ImmutableIntShortHashMap. shortIterator()
ShortIterator
ImmutableIntShortSingletonMap. shortIterator()
ShortIterator
ImmutableLongShortEmptyMap. shortIterator()
ShortIterator
ImmutableLongShortHashMap. shortIterator()
ShortIterator
ImmutableLongShortSingletonMap. shortIterator()
ShortIterator
ImmutableObjectShortEmptyMap. shortIterator()
ShortIterator
ImmutableObjectShortHashMap. shortIterator()
ShortIterator
ImmutableObjectShortSingletonMap. shortIterator()
ShortIterator
ImmutableShortShortEmptyMap. shortIterator()
ShortIterator
ImmutableShortShortHashMap. shortIterator()
ShortIterator
ImmutableShortShortSingletonMap. shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
ImmutableShortMapKeySet. shortIterator()
ShortIterator
ImmutableShortShortMapKeySet. shortIterator()
ShortIterator
ShortBooleanHashMap.KeysView. shortIterator()
ShortIterator
ShortByteHashMap.KeysView. shortIterator()
ShortIterator
ShortCharHashMap.KeysView. shortIterator()
ShortIterator
ShortDoubleHashMap.KeysView. shortIterator()
ShortIterator
ShortFloatHashMap.KeysView. shortIterator()
ShortIterator
ShortIntHashMap.KeysView. shortIterator()
ShortIterator
ShortLongHashMap.KeysView. shortIterator()
ShortIterator
ShortObjectHashMap.KeysView. shortIterator()
ShortIterator
ShortShortHashMap.KeysView. shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
SynchronizedShortIterable. 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 ShortIterator Modifier and Type Method Description ShortIterator
ImmutableShortEmptySet. shortIterator()
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 ShortIterator Modifier and Type Class Description private class
ShortHashSet.ImmutableShortHashSet.InternalShortIterator
private class
ShortHashSet.InternalShortIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
ShortHashSet.ImmutableShortHashSet. shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
ImmutableShortEmptyStack. shortIterator()
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 ShortIterator Modifier and Type Method Description ShortIterator
SynchronizedShortStack. shortIterator()
Must be called in a synchronized block.ShortIterator
UnmodifiableShortStack. shortIterator()
-
Uses of ShortIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ShortIterator Modifier and Type Method Description ShortIterator
AbstractShortStack. 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 ShortIterator Modifier and Type Method Description static boolean
ShortIteratorIterate. allSatisfy(ShortIterator iterator, ShortPredicate predicate)
static boolean
ShortIteratorIterate. anySatisfy(ShortIterator iterator, ShortPredicate predicate)
static <V,R extends java.util.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)
-