Uses of Interface
org.eclipse.collections.api.LazyIntIterable
-
Packages that use LazyIntIterable 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.list.primitive This package contains implementations of the 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.string.immutable org.eclipse.collections.impl.utility.primitive -
-
Uses of LazyIntIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyIntIterable Modifier and Type Method Description LazyIntIterableIntIterable. asLazy()Returns a LazyIntIterable adapter wrapping the source IntIterable.LazyIntIterableLazyBooleanIterable. collectInt(BooleanToIntFunction function)LazyIntIterableLazyByteIterable. collectInt(ByteToIntFunction function)LazyIntIterableLazyCharIterable. collectInt(CharToIntFunction function)LazyIntIterableLazyDoubleIterable. collectInt(DoubleToIntFunction function)LazyIntIterableLazyFloatIterable. collectInt(FloatToIntFunction function)LazyIntIterableLazyIntIterable. collectInt(IntToIntFunction function)LazyIntIterableLazyIterable. collectInt(IntFunction<? super T> intFunction)Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.LazyIntIterableLazyLongIterable. collectInt(LongToIntFunction function)LazyIntIterableLazyShortIterable. collectInt(ShortToIntFunction function)LazyIntIterableLazyIntIterable. reject(IntPredicate predicate)LazyIntIterableLazyIntIterable. select(IntPredicate predicate)LazyIntIterableLazyIntIterable. tap(IntProcedure procedure) -
Uses of LazyIntIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableIntBooleanMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntByteMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntCharMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntDoubleMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntFloatMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntIntMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntLongMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntObjectMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntShortMap. keysView()Returns a view of the keys in this map. -
Uses of LazyIntIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableReversibleIntIterable. asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableImmutableIntEmptyBag. asLazy()LazyIntIterableImmutableIntHashBag. asLazy()LazyIntIterableImmutableIntSingletonBag. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableSynchronizedIntBag. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableAbstractSynchronizedIntCollection. asLazy()LazyIntIterableAbstractUnmodifiableIntCollection. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyIntIterable Modifier and Type Method Description LazyIntIterableAbstractLazyIterable. collectInt(IntFunction<? super T> intFunction) -
Uses of LazyIntIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyIntIterable Modifier and Type Class Description classAbstractLazyIntIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectIntToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyIntIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseIntIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectIntIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapIntIterableThis file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableAbstractLazyIntIterable. asLazy()LazyIntIterableReverseIntIterable. asLazy()LazyIntIterableAbstractLazyBooleanIterable. collectInt(BooleanToIntFunction function)LazyIntIterableAbstractLazyByteIterable. collectInt(ByteToIntFunction function)LazyIntIterableAbstractLazyCharIterable. collectInt(CharToIntFunction function)LazyIntIterableAbstractLazyDoubleIterable. collectInt(DoubleToIntFunction function)LazyIntIterableAbstractLazyFloatIterable. collectInt(FloatToIntFunction function)LazyIntIterableAbstractLazyIntIterable. collectInt(IntToIntFunction function)LazyIntIterableAbstractLazyLongIterable. collectInt(LongToIntFunction function)LazyIntIterableAbstractLazyShortIterable. collectInt(ShortToIntFunction function)LazyIntIterableAbstractLazyIntIterable. reject(IntPredicate predicate)LazyIntIterableAbstractLazyIntIterable. select(IntPredicate predicate)LazyIntIterableAbstractLazyIntIterable. tap(IntProcedure procedure) -
Uses of LazyIntIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableImmutableIntArrayList. asLazy()LazyIntIterableImmutableIntEmptyList. asLazy()LazyIntIterableImmutableIntSingletonList. asLazy()LazyIntIterableImmutableIntArrayList. asReversed()LazyIntIterableImmutableIntEmptyList. asReversed()LazyIntIterableImmutableIntSingletonList. asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableSynchronizedIntList. asLazy()LazyIntIterableIntArrayList. asReversed()LazyIntIterableSynchronizedIntList. asReversed()LazyIntIterableUnmodifiableIntList. asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableIntInterval. asLazy()LazyIntIterableIntInterval. asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableImmutableByteIntEmptyMap. asLazy()LazyIntIterableImmutableByteIntHashMap. asLazy()LazyIntIterableImmutableByteIntSingletonMap. asLazy()LazyIntIterableImmutableCharIntEmptyMap. asLazy()LazyIntIterableImmutableCharIntHashMap. asLazy()LazyIntIterableImmutableCharIntSingletonMap. asLazy()LazyIntIterableImmutableDoubleIntEmptyMap. asLazy()LazyIntIterableImmutableDoubleIntHashMap. asLazy()LazyIntIterableImmutableDoubleIntSingletonMap. asLazy()LazyIntIterableImmutableFloatIntEmptyMap. asLazy()LazyIntIterableImmutableFloatIntHashMap. asLazy()LazyIntIterableImmutableFloatIntSingletonMap. asLazy()LazyIntIterableImmutableIntIntEmptyMap. asLazy()LazyIntIterableImmutableIntIntHashMap. asLazy()LazyIntIterableImmutableIntIntSingletonMap. asLazy()LazyIntIterableImmutableLongIntEmptyMap. asLazy()LazyIntIterableImmutableLongIntHashMap. asLazy()LazyIntIterableImmutableLongIntSingletonMap. asLazy()LazyIntIterableImmutableObjectIntEmptyMap. asLazy()LazyIntIterableImmutableObjectIntHashMap. asLazy()LazyIntIterableImmutableObjectIntSingletonMap. asLazy()LazyIntIterableImmutableShortIntEmptyMap. asLazy()LazyIntIterableImmutableShortIntHashMap. asLazy()LazyIntIterableImmutableShortIntSingletonMap. asLazy()LazyIntIterableImmutableIntBooleanEmptyMap. keysView()LazyIntIterableImmutableIntBooleanHashMap. keysView()LazyIntIterableImmutableIntBooleanSingletonMap. keysView()LazyIntIterableImmutableIntByteEmptyMap. keysView()LazyIntIterableImmutableIntByteHashMap. keysView()LazyIntIterableImmutableIntByteSingletonMap. keysView()LazyIntIterableImmutableIntCharEmptyMap. keysView()LazyIntIterableImmutableIntCharHashMap. keysView()LazyIntIterableImmutableIntCharSingletonMap. keysView()LazyIntIterableImmutableIntDoubleEmptyMap. keysView()LazyIntIterableImmutableIntDoubleHashMap. keysView()LazyIntIterableImmutableIntDoubleSingletonMap. keysView()LazyIntIterableImmutableIntFloatEmptyMap. keysView()LazyIntIterableImmutableIntFloatHashMap. keysView()LazyIntIterableImmutableIntFloatSingletonMap. keysView()LazyIntIterableImmutableIntIntEmptyMap. keysView()LazyIntIterableImmutableIntIntHashMap. keysView()LazyIntIterableImmutableIntIntSingletonMap. keysView()LazyIntIterableImmutableIntLongEmptyMap. keysView()LazyIntIterableImmutableIntLongHashMap. keysView()LazyIntIterableImmutableIntLongSingletonMap. keysView()LazyIntIterableImmutableIntObjectEmptyMap. keysView()LazyIntIterableImmutableIntObjectHashMap. keysView()LazyIntIterableImmutableIntObjectSingletonMap. keysView()LazyIntIterableImmutableIntShortEmptyMap. keysView()LazyIntIterableImmutableIntShortHashMap. keysView()LazyIntIterableImmutableIntShortSingletonMap. keysView() -
Uses of LazyIntIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyIntIterable Modifier and Type Class Description private classIntBooleanHashMap.KeysViewprivate classIntByteHashMap.KeysViewprivate classIntCharHashMap.KeysViewprivate classIntDoubleHashMap.KeysViewprivate classIntFloatHashMap.KeysViewprivate classIntIntHashMap.KeysViewprivate classIntLongHashMap.KeysViewprivate classIntObjectHashMap.KeysViewprivate classIntShortHashMap.KeysViewMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableAbstractMutableIntKeySet. asLazy()LazyIntIterableAbstractMutableIntValuesMap.AbstractIntValuesCollection. asLazy()LazyIntIterableObjectIntHashMap. asLazy()LazyIntIterableObjectIntHashMap.ValuesCollection. asLazy()LazyIntIterableObjectIntHashMapWithHashingStrategy. asLazy()LazyIntIterableObjectIntHashMapWithHashingStrategy.ValuesCollection. asLazy()LazyIntIterableSynchronizedByteIntMap. asLazy()LazyIntIterableSynchronizedCharIntMap. asLazy()LazyIntIterableSynchronizedDoubleIntMap. asLazy()LazyIntIterableSynchronizedFloatIntMap. asLazy()LazyIntIterableSynchronizedIntIntMap. asLazy()LazyIntIterableSynchronizedLongIntMap. asLazy()LazyIntIterableSynchronizedObjectIntMap. asLazy()LazyIntIterableSynchronizedShortIntMap. asLazy()LazyIntIterableUnmodifiableByteIntMap. asLazy()LazyIntIterableUnmodifiableCharIntMap. asLazy()LazyIntIterableUnmodifiableDoubleIntMap. asLazy()LazyIntIterableUnmodifiableFloatIntMap. asLazy()LazyIntIterableUnmodifiableIntIntMap. asLazy()LazyIntIterableUnmodifiableLongIntMap. asLazy()LazyIntIterableUnmodifiableObjectIntMap. asLazy()LazyIntIterableUnmodifiableShortIntMap. asLazy()LazyIntIterableIntBooleanHashMap. keysView()LazyIntIterableIntByteHashMap. keysView()LazyIntIterableIntCharHashMap. keysView()LazyIntIterableIntDoubleHashMap. keysView()LazyIntIterableIntFloatHashMap. keysView()LazyIntIterableIntIntHashMap. keysView()LazyIntIterableIntLongHashMap. keysView()LazyIntIterableIntObjectHashMap. keysView()LazyIntIterableIntShortHashMap. keysView()LazyIntIterableSynchronizedIntBooleanMap. keysView()LazyIntIterableSynchronizedIntByteMap. keysView()LazyIntIterableSynchronizedIntCharMap. keysView()LazyIntIterableSynchronizedIntDoubleMap. keysView()LazyIntIterableSynchronizedIntFloatMap. keysView()LazyIntIterableSynchronizedIntIntMap. keysView()LazyIntIterableSynchronizedIntLongMap. keysView()LazyIntIterableSynchronizedIntObjectMap. keysView()LazyIntIterableSynchronizedIntShortMap. keysView()LazyIntIterableUnmodifiableIntBooleanMap. keysView()LazyIntIterableUnmodifiableIntByteMap. keysView()LazyIntIterableUnmodifiableIntCharMap. keysView()LazyIntIterableUnmodifiableIntDoubleMap. keysView()LazyIntIterableUnmodifiableIntFloatMap. keysView()LazyIntIterableUnmodifiableIntIntMap. keysView()LazyIntIterableUnmodifiableIntLongMap. keysView()LazyIntIterableUnmodifiableIntObjectMap. keysView()LazyIntIterableUnmodifiableIntShortMap. keysView() -
Uses of LazyIntIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableAbstractIntIterable. asLazy()LazyIntIterableSynchronizedIntIterable. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableImmutableIntEmptySet. asLazy()LazyIntIterableImmutableIntSingletonSet. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableSynchronizedIntSet. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableImmutableIntEmptyStack. asLazy()LazyIntIterableImmutableIntSingletonStack. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableSynchronizedIntStack. asLazy()LazyIntIterableUnmodifiableIntStack. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableAbstractIntStack. asLazy() -
Uses of LazyIntIterable in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return LazyIntIterable Modifier and Type Method Description LazyIntIterableCodePointAdapter. asReversed()LazyIntIterableCodePointList. asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyIntIterable Modifier and Type Field Description private static LazyIntIterableLazyIntIterate. EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyIntIterable Modifier and Type Method Description static LazyIntIterableLazyIntIterate. adapt(IntIterable iterable)Creates a deferred int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate. empty()static LazyIntIterableLazyIntIterate. select(IntIterable iterable, IntPredicate predicate)Creates a deferred filtering int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate. tap(IntIterable iterable, IntProcedure procedure)Creates a deferred tap iterable for the specified iterable.
-