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 immutable primitive bag interfaces.
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 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 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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis 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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyShortIterableModifier and TypeMethodDescriptionImmutableShortArrayList.asLazy()ImmutableShortEmptyList.asLazy()ImmutableShortSingletonList.asLazy()ImmutableShortArrayList.asReversed()ImmutableShortEmptyList.asReversed()ImmutableShortSingletonList.asReversed() -
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyShortIterableModifier and TypeMethodDescriptionImmutableByteShortEmptyMap.asLazy()ImmutableByteShortHashMap.asLazy()ImmutableByteShortSingletonMap.asLazy()ImmutableCharShortEmptyMap.asLazy()ImmutableCharShortHashMap.asLazy()ImmutableCharShortSingletonMap.asLazy()ImmutableDoubleShortEmptyMap.asLazy()ImmutableDoubleShortHashMap.asLazy()ImmutableDoubleShortSingletonMap.asLazy()ImmutableFloatShortEmptyMap.asLazy()ImmutableFloatShortHashMap.asLazy()ImmutableFloatShortSingletonMap.asLazy()ImmutableIntShortEmptyMap.asLazy()ImmutableIntShortHashMap.asLazy()ImmutableIntShortSingletonMap.asLazy()ImmutableLongShortEmptyMap.asLazy()ImmutableLongShortHashMap.asLazy()ImmutableLongShortSingletonMap.asLazy()ImmutableObjectShortEmptyMap.asLazy()ImmutableObjectShortHashMap.asLazy()ImmutableObjectShortSingletonMap.asLazy()ImmutableShortShortEmptyMap.asLazy()ImmutableShortShortHashMap.asLazy()ImmutableShortShortSingletonMap.asLazy()ImmutableShortBooleanEmptyMap.keysView()ImmutableShortBooleanHashMap.keysView()ImmutableShortBooleanSingletonMap.keysView()ImmutableShortByteEmptyMap.keysView()ImmutableShortByteHashMap.keysView()ImmutableShortByteSingletonMap.keysView()ImmutableShortCharEmptyMap.keysView()ImmutableShortCharHashMap.keysView()ImmutableShortCharSingletonMap.keysView()ImmutableShortDoubleEmptyMap.keysView()ImmutableShortDoubleHashMap.keysView()ImmutableShortDoubleSingletonMap.keysView()ImmutableShortFloatEmptyMap.keysView()ImmutableShortFloatHashMap.keysView()ImmutableShortFloatSingletonMap.keysView()ImmutableShortIntEmptyMap.keysView()ImmutableShortIntHashMap.keysView()ImmutableShortIntSingletonMap.keysView()ImmutableShortLongEmptyMap.keysView()ImmutableShortLongHashMap.keysView()ImmutableShortLongSingletonMap.keysView()ImmutableShortObjectEmptyMap.keysView()ImmutableShortObjectHashMap.keysView()ImmutableShortObjectSingletonMap.keysView()ImmutableShortShortEmptyMap.keysView()ImmutableShortShortHashMap.keysView()ImmutableShortShortSingletonMap.keysView() -
Uses of LazyShortIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyShortIterableModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyShortIterableModifier and TypeMethodDescriptionAbstractMutableShortKeySet.asLazy()AbstractMutableShortValuesMap.AbstractShortValuesCollection.asLazy()ObjectShortHashMap.asLazy()ObjectShortHashMap.ValuesCollection.asLazy()ObjectShortHashMapWithHashingStrategy.asLazy()ObjectShortHashMapWithHashingStrategy.ValuesCollection.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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyShortIterableModifier and TypeFieldDescriptionprivate static final LazyShortIterableLazyShortIterate.EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyShortIterableModifier and TypeMethodDescriptionstatic LazyShortIterableLazyShortIterate.adapt(ShortIterable iterable) Creates a deferred short iterable for the specified short iterable.static LazyShortIterableLazyShortIterate.empty()static LazyShortIterableLazyShortIterate.select(ShortIterable iterable, ShortPredicate predicate) Creates a deferred filtering short iterable for the specified short iterable.static LazyShortIterableLazyShortIterate.tap(ShortIterable iterable, ShortProcedure procedure) Creates a deferred tap iterable for the specified iterable.