Uses of Interface
org.eclipse.collections.api.LazyByteIterable
Packages that use LazyByteIterable
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 LazyByteIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyByteIterableModifier and TypeMethodDescriptionByteIterable.asLazy()Returns a LazyByteIterable adapter wrapping the source ByteIterable.LazyBooleanIterable.collectByte(BooleanToByteFunction function) LazyByteIterable.collectByte(ByteToByteFunction function) LazyCharIterable.collectByte(CharToByteFunction function) LazyDoubleIterable.collectByte(DoubleToByteFunction function) LazyFloatIterable.collectByte(FloatToByteFunction function) LazyIntIterable.collectByte(IntToByteFunction function) LazyIterable.collectByte(ByteFunction<? super T> byteFunction) Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.LazyLongIterable.collectByte(LongToByteFunction function) LazyShortIterable.collectByte(ShortToByteFunction function) LazyByteIterable.reject(BytePredicate predicate) LazyByteIterable.select(BytePredicate predicate) LazyByteIterable.tap(ByteProcedure procedure) -
Uses of LazyByteIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyByteIterableModifier and TypeMethodDescriptionByteBooleanMap.keysView()Returns a view of the keys in this map.ByteByteMap.keysView()Returns a view of the keys in this map.ByteCharMap.keysView()Returns a view of the keys in this map.ByteDoubleMap.keysView()Returns a view of the keys in this map.ByteFloatMap.keysView()Returns a view of the keys in this map.ByteIntMap.keysView()Returns a view of the keys in this map.ByteLongMap.keysView()Returns a view of the keys in this map.ByteObjectMap.keysView()Returns a view of the keys in this map.ByteShortMap.keysView()Returns a view of the keys in this map. -
Uses of LazyByteIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyByteIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectByte(ByteFunction<? super T> byteFunction) -
Uses of LazyByteIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyByteIterableModifier 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 collectPrimitiveIterable.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 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 LazyByteIterableModifier and TypeMethodDescriptionAbstractLazyByteIterable.asLazy()ReverseByteIterable.asLazy()AbstractLazyBooleanIterable.collectByte(BooleanToByteFunction function) AbstractLazyByteIterable.collectByte(ByteToByteFunction function) AbstractLazyCharIterable.collectByte(CharToByteFunction function) AbstractLazyDoubleIterable.collectByte(DoubleToByteFunction function) AbstractLazyFloatIterable.collectByte(FloatToByteFunction function) AbstractLazyIntIterable.collectByte(IntToByteFunction function) AbstractLazyLongIterable.collectByte(LongToByteFunction function) AbstractLazyShortIterable.collectByte(ShortToByteFunction function) AbstractLazyByteIterable.reject(BytePredicate predicate) AbstractLazyByteIterable.select(BytePredicate predicate) AbstractLazyByteIterable.tap(ByteProcedure procedure) -
Uses of LazyByteIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyByteIterableModifier and TypeMethodDescriptionImmutableByteArrayList.asLazy()ImmutableByteEmptyList.asLazy()ImmutableByteSingletonList.asLazy()ImmutableByteArrayList.asReversed()ImmutableByteEmptyList.asReversed()ImmutableByteSingletonList.asReversed() -
Uses of LazyByteIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyByteIterableModifier and TypeMethodDescriptionSynchronizedByteList.asLazy()ByteArrayList.asReversed()SynchronizedByteList.asReversed()UnmodifiableByteList.asReversed() -
Uses of LazyByteIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyByteIterableModifier and TypeMethodDescriptionImmutableByteByteEmptyMap.asLazy()ImmutableByteByteHashMap.asLazy()ImmutableByteByteSingletonMap.asLazy()ImmutableCharByteEmptyMap.asLazy()ImmutableCharByteHashMap.asLazy()ImmutableCharByteSingletonMap.asLazy()ImmutableDoubleByteEmptyMap.asLazy()ImmutableDoubleByteHashMap.asLazy()ImmutableDoubleByteSingletonMap.asLazy()ImmutableFloatByteEmptyMap.asLazy()ImmutableFloatByteHashMap.asLazy()ImmutableFloatByteSingletonMap.asLazy()ImmutableIntByteEmptyMap.asLazy()ImmutableIntByteHashMap.asLazy()ImmutableIntByteSingletonMap.asLazy()ImmutableLongByteEmptyMap.asLazy()ImmutableLongByteHashMap.asLazy()ImmutableLongByteSingletonMap.asLazy()ImmutableObjectByteEmptyMap.asLazy()ImmutableObjectByteHashMap.asLazy()ImmutableObjectByteSingletonMap.asLazy()ImmutableShortByteEmptyMap.asLazy()ImmutableShortByteHashMap.asLazy()ImmutableShortByteSingletonMap.asLazy()ImmutableByteBooleanEmptyMap.keysView()ImmutableByteBooleanHashMap.keysView()ImmutableByteBooleanSingletonMap.keysView()ImmutableByteByteEmptyMap.keysView()ImmutableByteByteHashMap.keysView()ImmutableByteByteSingletonMap.keysView()ImmutableByteCharEmptyMap.keysView()ImmutableByteCharHashMap.keysView()ImmutableByteCharSingletonMap.keysView()ImmutableByteDoubleEmptyMap.keysView()ImmutableByteDoubleHashMap.keysView()ImmutableByteDoubleSingletonMap.keysView()ImmutableByteFloatEmptyMap.keysView()ImmutableByteFloatHashMap.keysView()ImmutableByteFloatSingletonMap.keysView()ImmutableByteIntEmptyMap.keysView()ImmutableByteIntHashMap.keysView()ImmutableByteIntSingletonMap.keysView()ImmutableByteLongEmptyMap.keysView()ImmutableByteLongHashMap.keysView()ImmutableByteLongSingletonMap.keysView()ImmutableByteObjectEmptyMap.keysView()ImmutableByteObjectHashMap.keysView()ImmutableByteObjectSingletonMap.keysView()ImmutableByteShortEmptyMap.keysView()ImmutableByteShortHashMap.keysView()ImmutableByteShortSingletonMap.keysView() -
Uses of LazyByteIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyByteIterableModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyByteIterableModifier and TypeMethodDescriptionAbstractMutableByteKeySet.asLazy()AbstractMutableByteValuesMap.AbstractByteValuesCollection.asLazy()ObjectByteHashMap.asLazy()ObjectByteHashMap.ValuesCollection.asLazy()ObjectByteHashMapWithHashingStrategy.asLazy()ObjectByteHashMapWithHashingStrategy.ValuesCollection.asLazy()SynchronizedByteByteMap.asLazy()SynchronizedCharByteMap.asLazy()SynchronizedDoubleByteMap.asLazy()SynchronizedFloatByteMap.asLazy()SynchronizedIntByteMap.asLazy()SynchronizedLongByteMap.asLazy()SynchronizedObjectByteMap.asLazy()SynchronizedShortByteMap.asLazy()UnmodifiableByteByteMap.asLazy()UnmodifiableCharByteMap.asLazy()UnmodifiableDoubleByteMap.asLazy()UnmodifiableFloatByteMap.asLazy()UnmodifiableIntByteMap.asLazy()UnmodifiableLongByteMap.asLazy()UnmodifiableObjectByteMap.asLazy()UnmodifiableShortByteMap.asLazy()ByteBooleanHashMap.keysView()ByteByteHashMap.keysView()ByteCharHashMap.keysView()ByteDoubleHashMap.keysView()ByteFloatHashMap.keysView()ByteIntHashMap.keysView()ByteLongHashMap.keysView()ByteObjectHashMap.keysView()ByteShortHashMap.keysView()SynchronizedByteBooleanMap.keysView()SynchronizedByteByteMap.keysView()SynchronizedByteCharMap.keysView()SynchronizedByteDoubleMap.keysView()SynchronizedByteFloatMap.keysView()SynchronizedByteIntMap.keysView()SynchronizedByteLongMap.keysView()SynchronizedByteObjectMap.keysView()SynchronizedByteShortMap.keysView()UnmodifiableByteBooleanMap.keysView()UnmodifiableByteByteMap.keysView()UnmodifiableByteCharMap.keysView()UnmodifiableByteDoubleMap.keysView()UnmodifiableByteFloatMap.keysView()UnmodifiableByteIntMap.keysView()UnmodifiableByteLongMap.keysView()UnmodifiableByteObjectMap.keysView()UnmodifiableByteShortMap.keysView() -
Uses of LazyByteIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyByteIterable -
Uses of LazyByteIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyByteIterableModifier and TypeFieldDescriptionprivate static final LazyByteIterableLazyByteIterate.EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyByteIterableModifier and TypeMethodDescriptionstatic LazyByteIterableLazyByteIterate.adapt(ByteIterable iterable) Creates a deferred byte iterable for the specified byte iterable.static LazyByteIterableLazyByteIterate.empty()static LazyByteIterableLazyByteIterate.select(ByteIterable iterable, BytePredicate predicate) Creates a deferred filtering byte iterable for the specified byte iterable.static LazyByteIterableLazyByteIterate.tap(ByteIterable iterable, ByteProcedure procedure) Creates a deferred tap iterable for the specified iterable.