Uses of Interface
org.eclipse.collections.api.LazyShortIterable
Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.ordered.primitive | |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list 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.mutable.primitive |
This package contains implementations of the mutable primitive set 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.primitive |
-
Uses of LazyShortIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ShortIterable. asLazy()
Returns a LazyShortIterable adapter wrapping the source ShortIterable.LazyShortIterable
LazyBooleanIterable. collectShort(BooleanToShortFunction function)
LazyShortIterable
LazyByteIterable. collectShort(ByteToShortFunction function)
LazyShortIterable
LazyCharIterable. collectShort(CharToShortFunction function)
LazyShortIterable
LazyDoubleIterable. collectShort(DoubleToShortFunction function)
LazyShortIterable
LazyFloatIterable. collectShort(FloatToShortFunction function)
LazyShortIterable
LazyIntIterable. collectShort(IntToShortFunction function)
LazyShortIterable
LazyIterable. collectShort(ShortFunction<? super T> shortFunction)
Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.LazyShortIterable
LazyLongIterable. collectShort(LongToShortFunction function)
LazyShortIterable
LazyShortIterable. collectShort(ShortToShortFunction function)
LazyShortIterable
LazyShortIterable. reject(ShortPredicate predicate)
LazyShortIterable
LazyShortIterable. select(ShortPredicate predicate)
LazyShortIterable
LazyShortIterable. tap(ShortProcedure procedure)
-
Uses of LazyShortIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ShortBooleanMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortByteMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortCharMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortDoubleMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortFloatMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortIntMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortLongMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
ShortObjectMap. keysView()
Returns a view of the keys in this map.LazyShortIterable
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 Modifier and Type Method Description LazyShortIterable
ReversibleShortIterable. asReversed()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
SynchronizedShortBag. asLazy()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
AbstractSynchronizedShortCollection. asLazy()
LazyShortIterable
AbstractUnmodifiableShortCollection. asLazy()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
AbstractLazyIterable. 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 LazyShortIterable Modifier and Type Class Description class
AbstractLazyShortIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectShortToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyShortIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseShortIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectShortIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapShortIterable
This file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of LazyShortIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
SynchronizedShortList. asLazy()
LazyShortIterable
ShortArrayList. asReversed()
LazyShortIterable
SynchronizedShortList. asReversed()
LazyShortIterable
UnmodifiableShortList. asReversed()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
AbstractMutableShortKeySet. asLazy()
LazyShortIterable
ObjectShortHashMap. asLazy()
LazyShortIterable
ObjectShortHashMapWithHashingStrategy. asLazy()
LazyShortIterable
SynchronizedByteShortMap. asLazy()
LazyShortIterable
SynchronizedCharShortMap. asLazy()
LazyShortIterable
SynchronizedDoubleShortMap. asLazy()
LazyShortIterable
SynchronizedFloatShortMap. asLazy()
LazyShortIterable
SynchronizedIntShortMap. asLazy()
LazyShortIterable
SynchronizedLongShortMap. asLazy()
LazyShortIterable
SynchronizedObjectShortMap. asLazy()
LazyShortIterable
SynchronizedShortShortMap. asLazy()
LazyShortIterable
UnmodifiableByteShortMap. asLazy()
LazyShortIterable
UnmodifiableCharShortMap. asLazy()
LazyShortIterable
UnmodifiableDoubleShortMap. asLazy()
LazyShortIterable
UnmodifiableFloatShortMap. asLazy()
LazyShortIterable
UnmodifiableIntShortMap. asLazy()
LazyShortIterable
UnmodifiableLongShortMap. asLazy()
LazyShortIterable
UnmodifiableObjectShortMap. asLazy()
LazyShortIterable
UnmodifiableShortShortMap. asLazy()
LazyShortIterable
ShortBooleanHashMap. keysView()
LazyShortIterable
ShortByteHashMap. keysView()
LazyShortIterable
ShortCharHashMap. keysView()
LazyShortIterable
ShortDoubleHashMap. keysView()
LazyShortIterable
ShortFloatHashMap. keysView()
LazyShortIterable
ShortIntHashMap. keysView()
LazyShortIterable
ShortLongHashMap. keysView()
LazyShortIterable
ShortObjectHashMap. keysView()
LazyShortIterable
ShortShortHashMap. keysView()
LazyShortIterable
SynchronizedShortBooleanMap. keysView()
LazyShortIterable
SynchronizedShortByteMap. keysView()
LazyShortIterable
SynchronizedShortCharMap. keysView()
LazyShortIterable
SynchronizedShortDoubleMap. keysView()
LazyShortIterable
SynchronizedShortFloatMap. keysView()
LazyShortIterable
SynchronizedShortIntMap. keysView()
LazyShortIterable
SynchronizedShortLongMap. keysView()
LazyShortIterable
SynchronizedShortObjectMap. keysView()
LazyShortIterable
SynchronizedShortShortMap. keysView()
LazyShortIterable
UnmodifiableShortBooleanMap. keysView()
LazyShortIterable
UnmodifiableShortByteMap. keysView()
LazyShortIterable
UnmodifiableShortCharMap. keysView()
LazyShortIterable
UnmodifiableShortDoubleMap. keysView()
LazyShortIterable
UnmodifiableShortFloatMap. keysView()
LazyShortIterable
UnmodifiableShortIntMap. keysView()
LazyShortIterable
UnmodifiableShortLongMap. keysView()
LazyShortIterable
UnmodifiableShortObjectMap. keysView()
LazyShortIterable
UnmodifiableShortShortMap. keysView()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
AbstractShortIterable. asLazy()
LazyShortIterable
SynchronizedShortIterable. asLazy()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
SynchronizedShortSet. asLazy()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
SynchronizedShortStack. asLazy()
LazyShortIterable
UnmodifiableShortStack. asLazy()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
AbstractShortStack. asLazy()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyShortIterable Modifier and Type Method Description static 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.