Uses of Interface
org.eclipse.collections.api.LazyShortIterable
-
Packages that use 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.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.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.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.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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ImmutableShortEmptyBag. asLazy()
LazyShortIterable
ImmutableShortHashBag. asLazy()
LazyShortIterable
ImmutableShortSingletonBag. asLazy()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ImmutableShortArrayList. asLazy()
LazyShortIterable
ImmutableShortEmptyList. asLazy()
LazyShortIterable
ImmutableShortSingletonList. asLazy()
LazyShortIterable
ImmutableShortArrayList. asReversed()
LazyShortIterable
ImmutableShortEmptyList. asReversed()
LazyShortIterable
ImmutableShortSingletonList. asReversed()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ImmutableByteShortEmptyMap. asLazy()
LazyShortIterable
ImmutableByteShortHashMap. asLazy()
LazyShortIterable
ImmutableByteShortSingletonMap. asLazy()
LazyShortIterable
ImmutableCharShortEmptyMap. asLazy()
LazyShortIterable
ImmutableCharShortHashMap. asLazy()
LazyShortIterable
ImmutableCharShortSingletonMap. asLazy()
LazyShortIterable
ImmutableDoubleShortEmptyMap. asLazy()
LazyShortIterable
ImmutableDoubleShortHashMap. asLazy()
LazyShortIterable
ImmutableDoubleShortSingletonMap. asLazy()
LazyShortIterable
ImmutableFloatShortEmptyMap. asLazy()
LazyShortIterable
ImmutableFloatShortHashMap. asLazy()
LazyShortIterable
ImmutableFloatShortSingletonMap. asLazy()
LazyShortIterable
ImmutableIntShortEmptyMap. asLazy()
LazyShortIterable
ImmutableIntShortHashMap. asLazy()
LazyShortIterable
ImmutableIntShortSingletonMap. asLazy()
LazyShortIterable
ImmutableLongShortEmptyMap. asLazy()
LazyShortIterable
ImmutableLongShortHashMap. asLazy()
LazyShortIterable
ImmutableLongShortSingletonMap. asLazy()
LazyShortIterable
ImmutableObjectShortEmptyMap. asLazy()
LazyShortIterable
ImmutableObjectShortHashMap. asLazy()
LazyShortIterable
ImmutableObjectShortSingletonMap. asLazy()
LazyShortIterable
ImmutableShortShortEmptyMap. asLazy()
LazyShortIterable
ImmutableShortShortHashMap. asLazy()
LazyShortIterable
ImmutableShortShortSingletonMap. asLazy()
LazyShortIterable
ImmutableShortBooleanEmptyMap. keysView()
LazyShortIterable
ImmutableShortBooleanHashMap. keysView()
LazyShortIterable
ImmutableShortBooleanSingletonMap. keysView()
LazyShortIterable
ImmutableShortByteEmptyMap. keysView()
LazyShortIterable
ImmutableShortByteHashMap. keysView()
LazyShortIterable
ImmutableShortByteSingletonMap. keysView()
LazyShortIterable
ImmutableShortCharEmptyMap. keysView()
LazyShortIterable
ImmutableShortCharHashMap. keysView()
LazyShortIterable
ImmutableShortCharSingletonMap. keysView()
LazyShortIterable
ImmutableShortDoubleEmptyMap. keysView()
LazyShortIterable
ImmutableShortDoubleHashMap. keysView()
LazyShortIterable
ImmutableShortDoubleSingletonMap. keysView()
LazyShortIterable
ImmutableShortFloatEmptyMap. keysView()
LazyShortIterable
ImmutableShortFloatHashMap. keysView()
LazyShortIterable
ImmutableShortFloatSingletonMap. keysView()
LazyShortIterable
ImmutableShortIntEmptyMap. keysView()
LazyShortIterable
ImmutableShortIntHashMap. keysView()
LazyShortIterable
ImmutableShortIntSingletonMap. keysView()
LazyShortIterable
ImmutableShortLongEmptyMap. keysView()
LazyShortIterable
ImmutableShortLongHashMap. keysView()
LazyShortIterable
ImmutableShortLongSingletonMap. keysView()
LazyShortIterable
ImmutableShortObjectEmptyMap. keysView()
LazyShortIterable
ImmutableShortObjectHashMap. keysView()
LazyShortIterable
ImmutableShortObjectSingletonMap. keysView()
LazyShortIterable
ImmutableShortShortEmptyMap. keysView()
LazyShortIterable
ImmutableShortShortHashMap. keysView()
LazyShortIterable
ImmutableShortShortSingletonMap. keysView()
-
Uses of LazyShortIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyShortIterable Modifier and Type Class Description private class
ShortBooleanHashMap.KeysView
private class
ShortByteHashMap.KeysView
private class
ShortCharHashMap.KeysView
private class
ShortDoubleHashMap.KeysView
private class
ShortFloatHashMap.KeysView
private class
ShortIntHashMap.KeysView
private class
ShortLongHashMap.KeysView
private class
ShortObjectHashMap.KeysView
private class
ShortShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
AbstractMutableShortKeySet. asLazy()
LazyShortIterable
AbstractMutableShortValuesMap.AbstractShortValuesCollection. asLazy()
LazyShortIterable
ObjectShortHashMap. asLazy()
LazyShortIterable
ObjectShortHashMap.ValuesCollection. asLazy()
LazyShortIterable
ObjectShortHashMapWithHashingStrategy. asLazy()
LazyShortIterable
ObjectShortHashMapWithHashingStrategy.ValuesCollection. 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ImmutableShortEmptySet. asLazy()
LazyShortIterable
ImmutableShortSingletonSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterable
ImmutableShortEmptyStack. asLazy()
LazyShortIterable
ImmutableShortSingletonStack. 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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyShortIterable Modifier and Type Field Description private static LazyShortIterable
LazyShortIterate. EMPTY_ITERABLE
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.
-