Uses of Interface
org.eclipse.collections.api.LazyShortIterable
Packages that use LazyShortIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LazyShortIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyShortIterableModifier and TypeMethodDescriptionShortIterable.asLazy()
Returns a LazyShortIterable adapter wrapping the source ShortIterable.LazyBooleanIterable.collectShort
(BooleanToShortFunction function) LazyByteIterable.collectShort
(ByteToShortFunction function) LazyCharIterable.collectShort
(CharToShortFunction function) LazyDoubleIterable.collectShort
(DoubleToShortFunction function) LazyFloatIterable.collectShort
(FloatToShortFunction function) LazyIntIterable.collectShort
(IntToShortFunction function) LazyIterable.collectShort
(ShortFunction<? super T> shortFunction) Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.LazyLongIterable.collectShort
(LongToShortFunction function) LazyShortIterable.collectShort
(ShortToShortFunction function) LazyShortIterable.reject
(ShortPredicate predicate) LazyShortIterable.select
(ShortPredicate predicate) LazyShortIterable.tap
(ShortProcedure procedure) -
Uses of LazyShortIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyShortIterableModifier and TypeMethodDescriptionShortBooleanMap.keysView()
Returns a view of the keys in this map.ShortByteMap.keysView()
Returns a view of the keys in this map.ShortCharMap.keysView()
Returns a view of the keys in this map.ShortDoubleMap.keysView()
Returns a view of the keys in this map.ShortFloatMap.keysView()
Returns a view of the keys in this map.ShortIntMap.keysView()
Returns a view of the keys in this map.ShortLongMap.keysView()
Returns a view of the keys in this map.ShortObjectMap.keysView()
Returns a view of the keys in this map.ShortShortMap.keysView()
Returns a view of the keys in this map. -
Uses of LazyShortIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyShortIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of LazyShortIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyShortIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyShortIterableModifier and TypeMethodDescriptionAbstractLazyShortIterable.asLazy()
ReverseShortIterable.asLazy()
AbstractLazyBooleanIterable.collectShort
(BooleanToShortFunction function) AbstractLazyByteIterable.collectShort
(ByteToShortFunction function) AbstractLazyCharIterable.collectShort
(CharToShortFunction function) AbstractLazyDoubleIterable.collectShort
(DoubleToShortFunction function) AbstractLazyFloatIterable.collectShort
(FloatToShortFunction function) AbstractLazyIntIterable.collectShort
(IntToShortFunction function) AbstractLazyLongIterable.collectShort
(LongToShortFunction function) AbstractLazyShortIterable.collectShort
(ShortToShortFunction function) AbstractLazyShortIterable.reject
(ShortPredicate predicate) AbstractLazyShortIterable.select
(ShortPredicate predicate) AbstractLazyShortIterable.tap
(ShortProcedure procedure) -
Uses of LazyShortIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyShortIterableModifier and TypeMethodDescriptionSynchronizedShortList.asLazy()
ShortArrayList.asReversed()
SynchronizedShortList.asReversed()
UnmodifiableShortList.asReversed()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyShortIterableModifier and TypeMethodDescriptionAbstractMutableShortKeySet.asLazy()
ObjectShortHashMap.asLazy()
ObjectShortHashMapWithHashingStrategy.asLazy()
SynchronizedByteShortMap.asLazy()
SynchronizedCharShortMap.asLazy()
SynchronizedDoubleShortMap.asLazy()
SynchronizedFloatShortMap.asLazy()
SynchronizedIntShortMap.asLazy()
SynchronizedLongShortMap.asLazy()
SynchronizedObjectShortMap.asLazy()
SynchronizedShortShortMap.asLazy()
UnmodifiableByteShortMap.asLazy()
UnmodifiableCharShortMap.asLazy()
UnmodifiableDoubleShortMap.asLazy()
UnmodifiableFloatShortMap.asLazy()
UnmodifiableIntShortMap.asLazy()
UnmodifiableLongShortMap.asLazy()
UnmodifiableObjectShortMap.asLazy()
UnmodifiableShortShortMap.asLazy()
ShortBooleanHashMap.keysView()
ShortByteHashMap.keysView()
ShortCharHashMap.keysView()
ShortDoubleHashMap.keysView()
ShortFloatHashMap.keysView()
ShortIntHashMap.keysView()
ShortLongHashMap.keysView()
ShortObjectHashMap.keysView()
ShortShortHashMap.keysView()
SynchronizedShortBooleanMap.keysView()
SynchronizedShortByteMap.keysView()
SynchronizedShortCharMap.keysView()
SynchronizedShortDoubleMap.keysView()
SynchronizedShortFloatMap.keysView()
SynchronizedShortIntMap.keysView()
SynchronizedShortLongMap.keysView()
SynchronizedShortObjectMap.keysView()
SynchronizedShortShortMap.keysView()
UnmodifiableShortBooleanMap.keysView()
UnmodifiableShortByteMap.keysView()
UnmodifiableShortCharMap.keysView()
UnmodifiableShortDoubleMap.keysView()
UnmodifiableShortFloatMap.keysView()
UnmodifiableShortIntMap.keysView()
UnmodifiableShortLongMap.keysView()
UnmodifiableShortObjectMap.keysView()
UnmodifiableShortShortMap.keysView()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyShortIterable -
Uses of LazyShortIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyShortIterableModifier and TypeMethodDescriptionstatic LazyShortIterable
LazyShortIterate.adapt
(ShortIterable iterable) Creates a deferred short iterable for the specified short iterable.static LazyShortIterable
LazyShortIterate.empty()
static LazyShortIterable
LazyShortIterate.select
(ShortIterable iterable, ShortPredicate predicate) Creates a deferred filtering short iterable for the specified short iterable.static LazyShortIterable
LazyShortIterate.tap
(ShortIterable iterable, ShortProcedure procedure) Creates a deferred tap iterable for the specified iterable.