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 theLazyIterableinterface.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 LazyShortIterableShortIterable. asLazy()Returns a LazyShortIterable adapter wrapping the source ShortIterable.LazyShortIterableLazyBooleanIterable. collectShort(BooleanToShortFunction function)LazyShortIterableLazyByteIterable. collectShort(ByteToShortFunction function)LazyShortIterableLazyCharIterable. collectShort(CharToShortFunction function)LazyShortIterableLazyDoubleIterable. collectShort(DoubleToShortFunction function)LazyShortIterableLazyFloatIterable. collectShort(FloatToShortFunction function)LazyShortIterableLazyIntIterable. collectShort(IntToShortFunction function)LazyShortIterableLazyIterable. collectShort(ShortFunction<? super T> shortFunction)Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.LazyShortIterableLazyLongIterable. collectShort(LongToShortFunction function)LazyShortIterableLazyShortIterable. collectShort(ShortToShortFunction function)LazyShortIterableLazyShortIterable. reject(ShortPredicate predicate)LazyShortIterableLazyShortIterable. select(ShortPredicate predicate)LazyShortIterableLazyShortIterable. 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 LazyShortIterableShortBooleanMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortByteMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortCharMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortDoubleMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortFloatMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortIntMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortLongMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortObjectMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortShortMap. 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 LazyShortIterableReversibleShortIterable. 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 LazyShortIterableImmutableShortEmptyBag. asLazy()LazyShortIterableImmutableShortHashBag. asLazy()LazyShortIterableImmutableShortSingletonBag. 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 LazyShortIterableSynchronizedShortBag. 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 LazyShortIterableAbstractSynchronizedShortCollection. asLazy()LazyShortIterableAbstractUnmodifiableShortCollection. 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 LazyShortIterableAbstractLazyIterable. 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 classAbstractLazyShortIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectShortToShortIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyShortIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseShortIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectShortIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapShortIterableThis 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 LazyShortIterableImmutableShortArrayList. asLazy()LazyShortIterableImmutableShortEmptyList. asLazy()LazyShortIterableImmutableShortSingletonList. asLazy()LazyShortIterableImmutableShortArrayList. asReversed()LazyShortIterableImmutableShortEmptyList. asReversed()LazyShortIterableImmutableShortSingletonList. 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 LazyShortIterableSynchronizedShortList. asLazy()LazyShortIterableShortArrayList. asReversed()LazyShortIterableSynchronizedShortList. asReversed()LazyShortIterableUnmodifiableShortList. 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 LazyShortIterableImmutableByteShortEmptyMap. asLazy()LazyShortIterableImmutableByteShortHashMap. asLazy()LazyShortIterableImmutableByteShortSingletonMap. asLazy()LazyShortIterableImmutableCharShortEmptyMap. asLazy()LazyShortIterableImmutableCharShortHashMap. asLazy()LazyShortIterableImmutableCharShortSingletonMap. asLazy()LazyShortIterableImmutableDoubleShortEmptyMap. asLazy()LazyShortIterableImmutableDoubleShortHashMap. asLazy()LazyShortIterableImmutableDoubleShortSingletonMap. asLazy()LazyShortIterableImmutableFloatShortEmptyMap. asLazy()LazyShortIterableImmutableFloatShortHashMap. asLazy()LazyShortIterableImmutableFloatShortSingletonMap. asLazy()LazyShortIterableImmutableIntShortEmptyMap. asLazy()LazyShortIterableImmutableIntShortHashMap. asLazy()LazyShortIterableImmutableIntShortSingletonMap. asLazy()LazyShortIterableImmutableLongShortEmptyMap. asLazy()LazyShortIterableImmutableLongShortHashMap. asLazy()LazyShortIterableImmutableLongShortSingletonMap. asLazy()LazyShortIterableImmutableObjectShortEmptyMap. asLazy()LazyShortIterableImmutableObjectShortHashMap. asLazy()LazyShortIterableImmutableObjectShortSingletonMap. asLazy()LazyShortIterableImmutableShortShortEmptyMap. asLazy()LazyShortIterableImmutableShortShortHashMap. asLazy()LazyShortIterableImmutableShortShortSingletonMap. asLazy()LazyShortIterableImmutableShortBooleanEmptyMap. keysView()LazyShortIterableImmutableShortBooleanHashMap. keysView()LazyShortIterableImmutableShortBooleanSingletonMap. keysView()LazyShortIterableImmutableShortByteEmptyMap. keysView()LazyShortIterableImmutableShortByteHashMap. keysView()LazyShortIterableImmutableShortByteSingletonMap. keysView()LazyShortIterableImmutableShortCharEmptyMap. keysView()LazyShortIterableImmutableShortCharHashMap. keysView()LazyShortIterableImmutableShortCharSingletonMap. keysView()LazyShortIterableImmutableShortDoubleEmptyMap. keysView()LazyShortIterableImmutableShortDoubleHashMap. keysView()LazyShortIterableImmutableShortDoubleSingletonMap. keysView()LazyShortIterableImmutableShortFloatEmptyMap. keysView()LazyShortIterableImmutableShortFloatHashMap. keysView()LazyShortIterableImmutableShortFloatSingletonMap. keysView()LazyShortIterableImmutableShortIntEmptyMap. keysView()LazyShortIterableImmutableShortIntHashMap. keysView()LazyShortIterableImmutableShortIntSingletonMap. keysView()LazyShortIterableImmutableShortLongEmptyMap. keysView()LazyShortIterableImmutableShortLongHashMap. keysView()LazyShortIterableImmutableShortLongSingletonMap. keysView()LazyShortIterableImmutableShortObjectEmptyMap. keysView()LazyShortIterableImmutableShortObjectHashMap. keysView()LazyShortIterableImmutableShortObjectSingletonMap. keysView()LazyShortIterableImmutableShortShortEmptyMap. keysView()LazyShortIterableImmutableShortShortHashMap. keysView()LazyShortIterableImmutableShortShortSingletonMap. 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 classShortBooleanHashMap.KeysViewprivate classShortByteHashMap.KeysViewprivate classShortCharHashMap.KeysViewprivate classShortDoubleHashMap.KeysViewprivate classShortFloatHashMap.KeysViewprivate classShortIntHashMap.KeysViewprivate classShortLongHashMap.KeysViewprivate classShortObjectHashMap.KeysViewprivate classShortShortHashMap.KeysViewMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterableAbstractMutableShortKeySet. asLazy()LazyShortIterableAbstractMutableShortValuesMap.AbstractShortValuesCollection. asLazy()LazyShortIterableObjectShortHashMap. asLazy()LazyShortIterableObjectShortHashMap.ValuesCollection. asLazy()LazyShortIterableObjectShortHashMapWithHashingStrategy. asLazy()LazyShortIterableObjectShortHashMapWithHashingStrategy.ValuesCollection. asLazy()LazyShortIterableSynchronizedByteShortMap. asLazy()LazyShortIterableSynchronizedCharShortMap. asLazy()LazyShortIterableSynchronizedDoubleShortMap. asLazy()LazyShortIterableSynchronizedFloatShortMap. asLazy()LazyShortIterableSynchronizedIntShortMap. asLazy()LazyShortIterableSynchronizedLongShortMap. asLazy()LazyShortIterableSynchronizedObjectShortMap. asLazy()LazyShortIterableSynchronizedShortShortMap. asLazy()LazyShortIterableUnmodifiableByteShortMap. asLazy()LazyShortIterableUnmodifiableCharShortMap. asLazy()LazyShortIterableUnmodifiableDoubleShortMap. asLazy()LazyShortIterableUnmodifiableFloatShortMap. asLazy()LazyShortIterableUnmodifiableIntShortMap. asLazy()LazyShortIterableUnmodifiableLongShortMap. asLazy()LazyShortIterableUnmodifiableObjectShortMap. asLazy()LazyShortIterableUnmodifiableShortShortMap. asLazy()LazyShortIterableShortBooleanHashMap. keysView()LazyShortIterableShortByteHashMap. keysView()LazyShortIterableShortCharHashMap. keysView()LazyShortIterableShortDoubleHashMap. keysView()LazyShortIterableShortFloatHashMap. keysView()LazyShortIterableShortIntHashMap. keysView()LazyShortIterableShortLongHashMap. keysView()LazyShortIterableShortObjectHashMap. keysView()LazyShortIterableShortShortHashMap. keysView()LazyShortIterableSynchronizedShortBooleanMap. keysView()LazyShortIterableSynchronizedShortByteMap. keysView()LazyShortIterableSynchronizedShortCharMap. keysView()LazyShortIterableSynchronizedShortDoubleMap. keysView()LazyShortIterableSynchronizedShortFloatMap. keysView()LazyShortIterableSynchronizedShortIntMap. keysView()LazyShortIterableSynchronizedShortLongMap. keysView()LazyShortIterableSynchronizedShortObjectMap. keysView()LazyShortIterableSynchronizedShortShortMap. keysView()LazyShortIterableUnmodifiableShortBooleanMap. keysView()LazyShortIterableUnmodifiableShortByteMap. keysView()LazyShortIterableUnmodifiableShortCharMap. keysView()LazyShortIterableUnmodifiableShortDoubleMap. keysView()LazyShortIterableUnmodifiableShortFloatMap. keysView()LazyShortIterableUnmodifiableShortIntMap. keysView()LazyShortIterableUnmodifiableShortLongMap. keysView()LazyShortIterableUnmodifiableShortObjectMap. keysView()LazyShortIterableUnmodifiableShortShortMap. 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 LazyShortIterableAbstractShortIterable. asLazy()LazyShortIterableSynchronizedShortIterable. 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 LazyShortIterableImmutableShortEmptySet. asLazy()LazyShortIterableImmutableShortSingletonSet. 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 LazyShortIterableSynchronizedShortSet. 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 LazyShortIterableImmutableShortEmptyStack. asLazy()LazyShortIterableImmutableShortSingletonStack. 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 LazyShortIterableSynchronizedShortStack. asLazy()LazyShortIterableUnmodifiableShortStack. 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 LazyShortIterableAbstractShortStack. 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 LazyShortIterableLazyShortIterate. EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyShortIterable Modifier and Type Method Description static 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.
-