Uses of Interface
org.eclipse.collections.api.LazyByteIterable
-
Packages that use LazyByteIterable 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 LazyByteIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyByteIterable Modifier and Type Method Description LazyByteIterableByteIterable. asLazy()Returns a LazyByteIterable adapter wrapping the source ByteIterable.LazyByteIterableLazyBooleanIterable. collectByte(BooleanToByteFunction function)LazyByteIterableLazyByteIterable. collectByte(ByteToByteFunction function)LazyByteIterableLazyCharIterable. collectByte(CharToByteFunction function)LazyByteIterableLazyDoubleIterable. collectByte(DoubleToByteFunction function)LazyByteIterableLazyFloatIterable. collectByte(FloatToByteFunction function)LazyByteIterableLazyIntIterable. collectByte(IntToByteFunction function)LazyByteIterableLazyIterable. collectByte(ByteFunction<? super T> byteFunction)Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.LazyByteIterableLazyLongIterable. collectByte(LongToByteFunction function)LazyByteIterableLazyShortIterable. collectByte(ShortToByteFunction function)LazyByteIterableLazyByteIterable. reject(BytePredicate predicate)LazyByteIterableLazyByteIterable. select(BytePredicate predicate)LazyByteIterableLazyByteIterable. tap(ByteProcedure procedure) -
Uses of LazyByteIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableByteBooleanMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteByteMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteCharMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteDoubleMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteFloatMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteIntMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteLongMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteObjectMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteShortMap. 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 Modifier and Type Method Description LazyByteIterableReversibleByteIterable. asReversed() -
Uses of LazyByteIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableImmutableByteEmptyBag. asLazy()LazyByteIterableImmutableByteHashBag. asLazy()LazyByteIterableImmutableByteSingletonBag. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableSynchronizedByteBag. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableAbstractSynchronizedByteCollection. asLazy()LazyByteIterableAbstractUnmodifiableByteCollection. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyByteIterable Modifier and Type Method Description LazyByteIterableAbstractLazyIterable. 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 LazyByteIterable Modifier and Type Class Description classAbstractLazyByteIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectByteToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyByteIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseByteIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectByteIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapByteIterableThis file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of LazyByteIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableImmutableByteArrayList. asLazy()LazyByteIterableImmutableByteEmptyList. asLazy()LazyByteIterableImmutableByteSingletonList. asLazy()LazyByteIterableImmutableByteArrayList. asReversed()LazyByteIterableImmutableByteEmptyList. asReversed()LazyByteIterableImmutableByteSingletonList. asReversed() -
Uses of LazyByteIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableSynchronizedByteList. asLazy()LazyByteIterableByteArrayList. asReversed()LazyByteIterableSynchronizedByteList. asReversed()LazyByteIterableUnmodifiableByteList. asReversed() -
Uses of LazyByteIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableImmutableByteByteEmptyMap. asLazy()LazyByteIterableImmutableByteByteHashMap. asLazy()LazyByteIterableImmutableByteByteSingletonMap. asLazy()LazyByteIterableImmutableCharByteEmptyMap. asLazy()LazyByteIterableImmutableCharByteHashMap. asLazy()LazyByteIterableImmutableCharByteSingletonMap. asLazy()LazyByteIterableImmutableDoubleByteEmptyMap. asLazy()LazyByteIterableImmutableDoubleByteHashMap. asLazy()LazyByteIterableImmutableDoubleByteSingletonMap. asLazy()LazyByteIterableImmutableFloatByteEmptyMap. asLazy()LazyByteIterableImmutableFloatByteHashMap. asLazy()LazyByteIterableImmutableFloatByteSingletonMap. asLazy()LazyByteIterableImmutableIntByteEmptyMap. asLazy()LazyByteIterableImmutableIntByteHashMap. asLazy()LazyByteIterableImmutableIntByteSingletonMap. asLazy()LazyByteIterableImmutableLongByteEmptyMap. asLazy()LazyByteIterableImmutableLongByteHashMap. asLazy()LazyByteIterableImmutableLongByteSingletonMap. asLazy()LazyByteIterableImmutableObjectByteEmptyMap. asLazy()LazyByteIterableImmutableObjectByteHashMap. asLazy()LazyByteIterableImmutableObjectByteSingletonMap. asLazy()LazyByteIterableImmutableShortByteEmptyMap. asLazy()LazyByteIterableImmutableShortByteHashMap. asLazy()LazyByteIterableImmutableShortByteSingletonMap. asLazy()LazyByteIterableImmutableByteBooleanEmptyMap. keysView()LazyByteIterableImmutableByteBooleanHashMap. keysView()LazyByteIterableImmutableByteBooleanSingletonMap. keysView()LazyByteIterableImmutableByteByteEmptyMap. keysView()LazyByteIterableImmutableByteByteHashMap. keysView()LazyByteIterableImmutableByteByteSingletonMap. keysView()LazyByteIterableImmutableByteCharEmptyMap. keysView()LazyByteIterableImmutableByteCharHashMap. keysView()LazyByteIterableImmutableByteCharSingletonMap. keysView()LazyByteIterableImmutableByteDoubleEmptyMap. keysView()LazyByteIterableImmutableByteDoubleHashMap. keysView()LazyByteIterableImmutableByteDoubleSingletonMap. keysView()LazyByteIterableImmutableByteFloatEmptyMap. keysView()LazyByteIterableImmutableByteFloatHashMap. keysView()LazyByteIterableImmutableByteFloatSingletonMap. keysView()LazyByteIterableImmutableByteIntEmptyMap. keysView()LazyByteIterableImmutableByteIntHashMap. keysView()LazyByteIterableImmutableByteIntSingletonMap. keysView()LazyByteIterableImmutableByteLongEmptyMap. keysView()LazyByteIterableImmutableByteLongHashMap. keysView()LazyByteIterableImmutableByteLongSingletonMap. keysView()LazyByteIterableImmutableByteObjectEmptyMap. keysView()LazyByteIterableImmutableByteObjectHashMap. keysView()LazyByteIterableImmutableByteObjectSingletonMap. keysView()LazyByteIterableImmutableByteShortEmptyMap. keysView()LazyByteIterableImmutableByteShortHashMap. keysView()LazyByteIterableImmutableByteShortSingletonMap. keysView() -
Uses of LazyByteIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyByteIterable Modifier and Type Class Description private classByteBooleanHashMap.KeysViewprivate classByteByteHashMap.KeysViewprivate classByteCharHashMap.KeysViewprivate classByteDoubleHashMap.KeysViewprivate classByteFloatHashMap.KeysViewprivate classByteIntHashMap.KeysViewprivate classByteLongHashMap.KeysViewprivate classByteObjectHashMap.KeysViewprivate classByteShortHashMap.KeysViewMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableAbstractMutableByteKeySet. asLazy()LazyByteIterableAbstractMutableByteValuesMap.AbstractByteValuesCollection. asLazy()LazyByteIterableObjectByteHashMap. asLazy()LazyByteIterableObjectByteHashMap.ValuesCollection. asLazy()LazyByteIterableObjectByteHashMapWithHashingStrategy. asLazy()LazyByteIterableObjectByteHashMapWithHashingStrategy.ValuesCollection. asLazy()LazyByteIterableSynchronizedByteByteMap. asLazy()LazyByteIterableSynchronizedCharByteMap. asLazy()LazyByteIterableSynchronizedDoubleByteMap. asLazy()LazyByteIterableSynchronizedFloatByteMap. asLazy()LazyByteIterableSynchronizedIntByteMap. asLazy()LazyByteIterableSynchronizedLongByteMap. asLazy()LazyByteIterableSynchronizedObjectByteMap. asLazy()LazyByteIterableSynchronizedShortByteMap. asLazy()LazyByteIterableUnmodifiableByteByteMap. asLazy()LazyByteIterableUnmodifiableCharByteMap. asLazy()LazyByteIterableUnmodifiableDoubleByteMap. asLazy()LazyByteIterableUnmodifiableFloatByteMap. asLazy()LazyByteIterableUnmodifiableIntByteMap. asLazy()LazyByteIterableUnmodifiableLongByteMap. asLazy()LazyByteIterableUnmodifiableObjectByteMap. asLazy()LazyByteIterableUnmodifiableShortByteMap. asLazy()LazyByteIterableByteBooleanHashMap. keysView()LazyByteIterableByteByteHashMap. keysView()LazyByteIterableByteCharHashMap. keysView()LazyByteIterableByteDoubleHashMap. keysView()LazyByteIterableByteFloatHashMap. keysView()LazyByteIterableByteIntHashMap. keysView()LazyByteIterableByteLongHashMap. keysView()LazyByteIterableByteObjectHashMap. keysView()LazyByteIterableByteShortHashMap. keysView()LazyByteIterableSynchronizedByteBooleanMap. keysView()LazyByteIterableSynchronizedByteByteMap. keysView()LazyByteIterableSynchronizedByteCharMap. keysView()LazyByteIterableSynchronizedByteDoubleMap. keysView()LazyByteIterableSynchronizedByteFloatMap. keysView()LazyByteIterableSynchronizedByteIntMap. keysView()LazyByteIterableSynchronizedByteLongMap. keysView()LazyByteIterableSynchronizedByteObjectMap. keysView()LazyByteIterableSynchronizedByteShortMap. keysView()LazyByteIterableUnmodifiableByteBooleanMap. keysView()LazyByteIterableUnmodifiableByteByteMap. keysView()LazyByteIterableUnmodifiableByteCharMap. keysView()LazyByteIterableUnmodifiableByteDoubleMap. keysView()LazyByteIterableUnmodifiableByteFloatMap. keysView()LazyByteIterableUnmodifiableByteIntMap. keysView()LazyByteIterableUnmodifiableByteLongMap. keysView()LazyByteIterableUnmodifiableByteObjectMap. keysView()LazyByteIterableUnmodifiableByteShortMap. keysView() -
Uses of LazyByteIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableAbstractByteIterable. asLazy()LazyByteIterableSynchronizedByteIterable. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableImmutableByteEmptySet. asLazy()LazyByteIterableImmutableByteSingletonSet. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableByteHashSet. asLazy()LazyByteIterableByteHashSet.ImmutableByteHashSet. asLazy()LazyByteIterableSynchronizedByteSet. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableImmutableByteEmptyStack. asLazy()LazyByteIterableImmutableByteSingletonStack. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableSynchronizedByteStack. asLazy()LazyByteIterableUnmodifiableByteStack. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableAbstractByteStack. asLazy() -
Uses of LazyByteIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyByteIterable Modifier and Type Field Description private static LazyByteIterableLazyByteIterate. EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyByteIterable Modifier and Type Method Description static 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.
-