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 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 LazyByteIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyByteIterable Modifier and Type Method Description LazyByteIterable
ByteIterable. asLazy()
Returns a LazyByteIterable adapter wrapping the source ByteIterable.LazyByteIterable
LazyBooleanIterable. collectByte(BooleanToByteFunction function)
LazyByteIterable
LazyByteIterable. collectByte(ByteToByteFunction function)
LazyByteIterable
LazyCharIterable. collectByte(CharToByteFunction function)
LazyByteIterable
LazyDoubleIterable. collectByte(DoubleToByteFunction function)
LazyByteIterable
LazyFloatIterable. collectByte(FloatToByteFunction function)
LazyByteIterable
LazyIntIterable. collectByte(IntToByteFunction function)
LazyByteIterable
LazyIterable. collectByte(ByteFunction<? super T> byteFunction)
Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.LazyByteIterable
LazyLongIterable. collectByte(LongToByteFunction function)
LazyByteIterable
LazyShortIterable. collectByte(ShortToByteFunction function)
LazyByteIterable
LazyByteIterable. reject(BytePredicate predicate)
LazyByteIterable
LazyByteIterable. select(BytePredicate predicate)
LazyByteIterable
LazyByteIterable. 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 LazyByteIterable
ByteBooleanMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteByteMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteCharMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteDoubleMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteFloatMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteIntMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteLongMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
ByteObjectMap. keysView()
Returns a view of the keys in this map.LazyByteIterable
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 Modifier and Type Method Description LazyByteIterable
ReversibleByteIterable. 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 LazyByteIterable
ImmutableByteEmptyBag. asLazy()
LazyByteIterable
ImmutableByteHashBag. asLazy()
LazyByteIterable
ImmutableByteSingletonBag. 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 LazyByteIterable
SynchronizedByteBag. 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 LazyByteIterable
AbstractSynchronizedByteCollection. asLazy()
LazyByteIterable
AbstractUnmodifiableByteCollection. 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 LazyByteIterable
AbstractLazyIterable. 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 class
AbstractLazyByteIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectByteToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyByteIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseByteIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectByteIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapByteIterable
This 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 LazyByteIterable
ImmutableByteArrayList. asLazy()
LazyByteIterable
ImmutableByteEmptyList. asLazy()
LazyByteIterable
ImmutableByteSingletonList. asLazy()
LazyByteIterable
ImmutableByteArrayList. asReversed()
LazyByteIterable
ImmutableByteEmptyList. asReversed()
LazyByteIterable
ImmutableByteSingletonList. 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 LazyByteIterable
SynchronizedByteList. asLazy()
LazyByteIterable
ByteArrayList. asReversed()
LazyByteIterable
SynchronizedByteList. asReversed()
LazyByteIterable
UnmodifiableByteList. 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 LazyByteIterable
ImmutableByteByteEmptyMap. asLazy()
LazyByteIterable
ImmutableByteByteHashMap. asLazy()
LazyByteIterable
ImmutableByteByteSingletonMap. asLazy()
LazyByteIterable
ImmutableCharByteEmptyMap. asLazy()
LazyByteIterable
ImmutableCharByteHashMap. asLazy()
LazyByteIterable
ImmutableCharByteSingletonMap. asLazy()
LazyByteIterable
ImmutableDoubleByteEmptyMap. asLazy()
LazyByteIterable
ImmutableDoubleByteHashMap. asLazy()
LazyByteIterable
ImmutableDoubleByteSingletonMap. asLazy()
LazyByteIterable
ImmutableFloatByteEmptyMap. asLazy()
LazyByteIterable
ImmutableFloatByteHashMap. asLazy()
LazyByteIterable
ImmutableFloatByteSingletonMap. asLazy()
LazyByteIterable
ImmutableIntByteEmptyMap. asLazy()
LazyByteIterable
ImmutableIntByteHashMap. asLazy()
LazyByteIterable
ImmutableIntByteSingletonMap. asLazy()
LazyByteIterable
ImmutableLongByteEmptyMap. asLazy()
LazyByteIterable
ImmutableLongByteHashMap. asLazy()
LazyByteIterable
ImmutableLongByteSingletonMap. asLazy()
LazyByteIterable
ImmutableObjectByteEmptyMap. asLazy()
LazyByteIterable
ImmutableObjectByteHashMap. asLazy()
LazyByteIterable
ImmutableObjectByteSingletonMap. asLazy()
LazyByteIterable
ImmutableShortByteEmptyMap. asLazy()
LazyByteIterable
ImmutableShortByteHashMap. asLazy()
LazyByteIterable
ImmutableShortByteSingletonMap. asLazy()
LazyByteIterable
ImmutableByteBooleanEmptyMap. keysView()
LazyByteIterable
ImmutableByteBooleanHashMap. keysView()
LazyByteIterable
ImmutableByteBooleanSingletonMap. keysView()
LazyByteIterable
ImmutableByteByteEmptyMap. keysView()
LazyByteIterable
ImmutableByteByteHashMap. keysView()
LazyByteIterable
ImmutableByteByteSingletonMap. keysView()
LazyByteIterable
ImmutableByteCharEmptyMap. keysView()
LazyByteIterable
ImmutableByteCharHashMap. keysView()
LazyByteIterable
ImmutableByteCharSingletonMap. keysView()
LazyByteIterable
ImmutableByteDoubleEmptyMap. keysView()
LazyByteIterable
ImmutableByteDoubleHashMap. keysView()
LazyByteIterable
ImmutableByteDoubleSingletonMap. keysView()
LazyByteIterable
ImmutableByteFloatEmptyMap. keysView()
LazyByteIterable
ImmutableByteFloatHashMap. keysView()
LazyByteIterable
ImmutableByteFloatSingletonMap. keysView()
LazyByteIterable
ImmutableByteIntEmptyMap. keysView()
LazyByteIterable
ImmutableByteIntHashMap. keysView()
LazyByteIterable
ImmutableByteIntSingletonMap. keysView()
LazyByteIterable
ImmutableByteLongEmptyMap. keysView()
LazyByteIterable
ImmutableByteLongHashMap. keysView()
LazyByteIterable
ImmutableByteLongSingletonMap. keysView()
LazyByteIterable
ImmutableByteObjectEmptyMap. keysView()
LazyByteIterable
ImmutableByteObjectHashMap. keysView()
LazyByteIterable
ImmutableByteObjectSingletonMap. keysView()
LazyByteIterable
ImmutableByteShortEmptyMap. keysView()
LazyByteIterable
ImmutableByteShortHashMap. keysView()
LazyByteIterable
ImmutableByteShortSingletonMap. 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 class
ByteBooleanHashMap.KeysView
private class
ByteByteHashMap.KeysView
private class
ByteCharHashMap.KeysView
private class
ByteDoubleHashMap.KeysView
private class
ByteFloatHashMap.KeysView
private class
ByteIntHashMap.KeysView
private class
ByteLongHashMap.KeysView
private class
ByteObjectHashMap.KeysView
private class
ByteShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterable
AbstractMutableByteKeySet. asLazy()
LazyByteIterable
AbstractMutableByteValuesMap.AbstractByteValuesCollection. asLazy()
LazyByteIterable
ObjectByteHashMap. asLazy()
LazyByteIterable
ObjectByteHashMap.ValuesCollection. asLazy()
LazyByteIterable
ObjectByteHashMapWithHashingStrategy. asLazy()
LazyByteIterable
ObjectByteHashMapWithHashingStrategy.ValuesCollection. asLazy()
LazyByteIterable
SynchronizedByteByteMap. asLazy()
LazyByteIterable
SynchronizedCharByteMap. asLazy()
LazyByteIterable
SynchronizedDoubleByteMap. asLazy()
LazyByteIterable
SynchronizedFloatByteMap. asLazy()
LazyByteIterable
SynchronizedIntByteMap. asLazy()
LazyByteIterable
SynchronizedLongByteMap. asLazy()
LazyByteIterable
SynchronizedObjectByteMap. asLazy()
LazyByteIterable
SynchronizedShortByteMap. asLazy()
LazyByteIterable
UnmodifiableByteByteMap. asLazy()
LazyByteIterable
UnmodifiableCharByteMap. asLazy()
LazyByteIterable
UnmodifiableDoubleByteMap. asLazy()
LazyByteIterable
UnmodifiableFloatByteMap. asLazy()
LazyByteIterable
UnmodifiableIntByteMap. asLazy()
LazyByteIterable
UnmodifiableLongByteMap. asLazy()
LazyByteIterable
UnmodifiableObjectByteMap. asLazy()
LazyByteIterable
UnmodifiableShortByteMap. asLazy()
LazyByteIterable
ByteBooleanHashMap. keysView()
LazyByteIterable
ByteByteHashMap. keysView()
LazyByteIterable
ByteCharHashMap. keysView()
LazyByteIterable
ByteDoubleHashMap. keysView()
LazyByteIterable
ByteFloatHashMap. keysView()
LazyByteIterable
ByteIntHashMap. keysView()
LazyByteIterable
ByteLongHashMap. keysView()
LazyByteIterable
ByteObjectHashMap. keysView()
LazyByteIterable
ByteShortHashMap. keysView()
LazyByteIterable
SynchronizedByteBooleanMap. keysView()
LazyByteIterable
SynchronizedByteByteMap. keysView()
LazyByteIterable
SynchronizedByteCharMap. keysView()
LazyByteIterable
SynchronizedByteDoubleMap. keysView()
LazyByteIterable
SynchronizedByteFloatMap. keysView()
LazyByteIterable
SynchronizedByteIntMap. keysView()
LazyByteIterable
SynchronizedByteLongMap. keysView()
LazyByteIterable
SynchronizedByteObjectMap. keysView()
LazyByteIterable
SynchronizedByteShortMap. keysView()
LazyByteIterable
UnmodifiableByteBooleanMap. keysView()
LazyByteIterable
UnmodifiableByteByteMap. keysView()
LazyByteIterable
UnmodifiableByteCharMap. keysView()
LazyByteIterable
UnmodifiableByteDoubleMap. keysView()
LazyByteIterable
UnmodifiableByteFloatMap. keysView()
LazyByteIterable
UnmodifiableByteIntMap. keysView()
LazyByteIterable
UnmodifiableByteLongMap. keysView()
LazyByteIterable
UnmodifiableByteObjectMap. keysView()
LazyByteIterable
UnmodifiableByteShortMap. 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 LazyByteIterable
AbstractByteIterable. asLazy()
LazyByteIterable
SynchronizedByteIterable. 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 LazyByteIterable
ImmutableByteEmptySet. asLazy()
LazyByteIterable
ImmutableByteSingletonSet. 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 LazyByteIterable
ByteHashSet. asLazy()
LazyByteIterable
ByteHashSet.ImmutableByteHashSet. asLazy()
LazyByteIterable
SynchronizedByteSet. 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 LazyByteIterable
ImmutableByteEmptyStack. asLazy()
LazyByteIterable
ImmutableByteSingletonStack. 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 LazyByteIterable
SynchronizedByteStack. asLazy()
LazyByteIterable
UnmodifiableByteStack. 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 LazyByteIterable
AbstractByteStack. 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 LazyByteIterable
LazyByteIterate. EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyByteIterable Modifier and Type Method Description static LazyByteIterable
LazyByteIterate. adapt(ByteIterable iterable)
Creates a deferred byte iterable for the specified byte iterable.static LazyByteIterable
LazyByteIterate. empty()
static LazyByteIterable
LazyByteIterate. select(ByteIterable iterable, BytePredicate predicate)
Creates a deferred filtering byte iterable for the specified byte iterable.static LazyByteIterable
LazyByteIterate. tap(ByteIterable iterable, ByteProcedure procedure)
Creates a deferred tap iterable for the specified iterable.
-