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 ShortIteratorShortIterable. 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 interfaceMutableShortIteratorThis 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 ShortIteratorImmutableShortEmptyBag. shortIterator()ShortIteratorImmutableShortHashBag. shortIterator()ShortIteratorImmutableShortSingletonBag. 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 classShortHashBag.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 classImmutableEmptyShortIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonShortIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableShortIteratorUnmodifiableShortIterator 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 ShortIteratorUnmodifiableShortIterator. shortIteratorConstructors 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 classReverseShortIterable.ReverseShortIteratorprivate static classSelectShortIterable.SelectShortIteratorstatic classTapShortIterable.TapShortIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as ShortIterator Modifier and Type Field Description private ShortIteratorChunkShortIterable.ChunkShortIterator. iteratorprivate ShortIteratorFlatCollectShortToObjectIterable.FlatCollectShortIterator. iteratorprivate ShortIteratorSelectShortIterable.SelectShortIterator. iteratorprivate ShortIteratorTapShortIterable.TapShortIterator. iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return ShortIterator Modifier and Type Method Description ShortIteratorCollectBooleanToShortIterable. shortIterator()ShortIteratorCollectByteToShortIterable. shortIterator()ShortIteratorCollectCharToShortIterable. shortIterator()ShortIteratorCollectDoubleToShortIterable. shortIterator()ShortIteratorCollectFloatToShortIterable. shortIterator()ShortIteratorCollectIntToShortIterable. shortIterator()ShortIteratorCollectLongToShortIterable. shortIterator()ShortIteratorCollectShortIterable. shortIterator()ShortIteratorCollectShortToShortIterable. shortIterator()ShortIteratorLazyShortIterableAdapter. shortIterator()ShortIteratorReverseShortIterable. shortIterator()ShortIteratorSelectShortIterable. shortIterator()ShortIteratorTapShortIterable. 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 classImmutableShortArrayList.InternalShortIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return ShortIterator Modifier and Type Method Description ShortIteratorImmutableShortArrayList. shortIterator()ShortIteratorImmutableShortEmptyList. shortIterator()ShortIteratorImmutableShortSingletonList. 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 classShortArrayList.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 ShortIteratorImmutableByteShortEmptyMap. shortIterator()ShortIteratorImmutableByteShortHashMap. shortIterator()ShortIteratorImmutableByteShortSingletonMap. shortIterator()ShortIteratorImmutableCharShortEmptyMap. shortIterator()ShortIteratorImmutableCharShortHashMap. shortIterator()ShortIteratorImmutableCharShortSingletonMap. shortIterator()ShortIteratorImmutableDoubleShortEmptyMap. shortIterator()ShortIteratorImmutableDoubleShortHashMap. shortIterator()ShortIteratorImmutableDoubleShortSingletonMap. shortIterator()ShortIteratorImmutableFloatShortEmptyMap. shortIterator()ShortIteratorImmutableFloatShortHashMap. shortIterator()ShortIteratorImmutableFloatShortSingletonMap. shortIterator()ShortIteratorImmutableIntShortEmptyMap. shortIterator()ShortIteratorImmutableIntShortHashMap. shortIterator()ShortIteratorImmutableIntShortSingletonMap. shortIterator()ShortIteratorImmutableLongShortEmptyMap. shortIterator()ShortIteratorImmutableLongShortHashMap. shortIterator()ShortIteratorImmutableLongShortSingletonMap. shortIterator()ShortIteratorImmutableObjectShortEmptyMap. shortIterator()ShortIteratorImmutableObjectShortHashMap. shortIterator()ShortIteratorImmutableObjectShortSingletonMap. shortIterator()ShortIteratorImmutableShortShortEmptyMap. shortIterator()ShortIteratorImmutableShortShortHashMap. shortIterator()ShortIteratorImmutableShortShortSingletonMap. 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 ShortIteratorImmutableShortMapKeySet. shortIterator()ShortIteratorImmutableShortShortMapKeySet. shortIterator()ShortIteratorShortBooleanHashMap.KeysView. shortIterator()ShortIteratorShortByteHashMap.KeysView. shortIterator()ShortIteratorShortCharHashMap.KeysView. shortIterator()ShortIteratorShortDoubleHashMap.KeysView. shortIterator()ShortIteratorShortFloatHashMap.KeysView. shortIterator()ShortIteratorShortIntHashMap.KeysView. shortIterator()ShortIteratorShortLongHashMap.KeysView. shortIterator()ShortIteratorShortObjectHashMap.KeysView. shortIterator()ShortIteratorShortShortHashMap.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 ShortIteratorSynchronizedShortIterable. 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 ShortIteratorImmutableShortEmptySet. shortIterator()ShortIteratorImmutableShortSingletonSet. 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 classShortHashSet.ImmutableShortHashSet.InternalShortIteratorprivate classShortHashSet.InternalShortIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return ShortIterator Modifier and Type Method Description ShortIteratorShortHashSet.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 ShortIteratorImmutableShortEmptyStack. shortIterator()ShortIteratorImmutableShortSingletonStack. 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 ShortIteratorSynchronizedShortStack. shortIterator()Must be called in a synchronized block.ShortIteratorUnmodifiableShortStack. 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 ShortIteratorAbstractShortStack. 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 booleanShortIteratorIterate. allSatisfy(ShortIterator iterator, ShortPredicate predicate)static booleanShortIteratorIterate. anySatisfy(ShortIterator iterator, ShortPredicate predicate)static <V,R extends java.util.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)
-