Uses of Interface
org.eclipse.collections.api.ByteIterable
Packages that use ByteIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list 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 API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
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
MutableBiMap
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
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
MutableList
interface.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
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.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
ImmutableStack
interface.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ByteIterable in org.eclipse.collections.api
Subinterfaces of ByteIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return ByteIterableModifier and TypeMethodDescriptionRichIterable.collectByte
(ByteFunction<? super T> byteFunction) Returns a new primitivebyte
iterable with the results of applying the specified function on each element of the source collection.ByteIterable.reject
(BytePredicate predicate) Returns a new ByteIterable with all of the elements in the ByteIterable that return false for the specified predicate.ByteIterable.select
(BytePredicate predicate) Returns a new ByteIterable with all of the elements in the ByteIterable that return true for the specified predicate.default ByteIterable
ByteIterable.tap
(ByteProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type ByteIterableModifier and TypeMethodDescriptiondefault RichIterable
<ByteIterable> ByteIterable.chunk
(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type ByteIterableModifier and TypeMethodDescriptiondefault boolean
ByteIterable.containsAll
(ByteIterable source) Returns true if all of the values specified in the source ByteIterable are contained in the ByteIterable, and false if they are not.default boolean
ByteIterable.containsAny
(ByteIterable source) Returns true if any of the values specified in the source ByteIterable are contained in the ByteIterable, and false if they are not.default boolean
ByteIterable.containsNone
(ByteIterable source) Returns true if none of the values specified in the source ByteIterable are contained in the ByteIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type ByteIterableModifier and TypeMethodDescriptiondefault <R extends MutableByteCollection>
RRichIterable.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of ByteIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveBag.stg.interface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteBag.newWithAll
(ByteIterable elements) ImmutableByteBag.newWithoutAll
(ByteIterable elements) MutableByteBag.withAll
(ByteIterable elements) MutableByteBag.withoutAll
(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
MutableByteCollection.addAll
(ByteIterable source) ImmutableByteCollection.newWithAll
(ByteIterable elements) ImmutableByteCollection.newWithoutAll
(ByteIterable elements) boolean
MutableByteCollection.removeAll
(ByteIterable source) boolean
MutableByteCollection.retainAll
(ByteIterable elements) MutableByteCollection.withAll
(ByteIterable elements) MutableByteCollection.withoutAll
(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteBagFactory.ofAll
(ByteIterable items) MutableByteBagFactory.ofAll
(ByteIterable items) ImmutableByteBagFactory.withAll
(ByteIterable items) MutableByteBagFactory.withAll
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteListFactory.ofAll
(ByteIterable items) MutableByteListFactory.ofAll
(ByteIterable items) ImmutableByteListFactory.withAll
(ByteIterable items) MutableByteListFactory.withAll
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteSetFactory.ofAll
(ByteIterable items) MutableByteSetFactory.ofAll
(ByteIterable items) ImmutableByteSetFactory.withAll
(ByteIterable items) MutableByteSetFactory.withAll
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteStackFactory.ofAll
(ByteIterable items) MutableByteStackFactory.ofAll
(ByteIterable items) ImmutableByteStackFactory.ofAllReversed
(ByteIterable items) MutableByteStackFactory.ofAllReversed
(ByteIterable items) ImmutableByteStackFactory.withAll
(ByteIterable items) MutableByteStackFactory.withAll
(ByteIterable items) ImmutableByteStackFactory.withAllReversed
(ByteIterable items) MutableByteStackFactory.withAllReversed
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
MutableByteList.addAllAtIndex
(int index, ByteIterable source) ImmutableByteList.newWithAll
(ByteIterable elements) ImmutableByteList.newWithoutAll
(ByteIterable elements) MutableByteList.withAll
(ByteIterable elements) MutableByteList.withoutAll
(ByteIterable elements) default ListIterable
<ByteBytePair> ByteList.zipByte
(ByteIterable iterable) Returns aListIterable
formed from thisByteList
and anotherByteList
by combining corresponding elements in pairs.default ImmutableList
<ByteBytePair> ImmutableByteList.zipByte
(ByteIterable iterable) Returns anImmutableList
formed from thisImmutableByteList
and anotherByteList
by combining corresponding elements in pairs.default MutableList
<ByteBytePair> MutableByteList.zipByte
(ByteIterable iterable) Returns aMutableList
formed from thisMutableByteList
and anotherByteList
by combining corresponding elements in pairs. -
Uses of ByteIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitiveValuesMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteBooleanMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteByteMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteCharMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteDoubleMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteFloatMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteIntMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteLongMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteObjectMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteShortMap.newWithoutAllKeys
(ByteIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableByteBooleanMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteByteMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteCharMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteDoubleMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteFloatMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteIntMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteLongMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteObjectMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteShortMap.withoutAllKeys
(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of ByteIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of ByteIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveSet.stg.interface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionImmutableByteSet.newWithAll
(ByteIterable elements) ImmutableByteSet.newWithoutAll
(ByteIterable elements) MutableByteSet.withAll
(ByteIterable elements) MutableByteSet.withoutAll
(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveStack.stg.interface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of ByteIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return ByteIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectByte
(ByteFunction<? super T> byteFunction) Method parameters in org.eclipse.collections.impl with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RUnmodifiableRichIterable.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RAbstractBag.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ByteIterableModifier and TypeClassDescription(package private) final class
ImmutableByteEmptyBag is an optimization forImmutableByteBag
of size 0.(package private) final class
ImmutableByteHashBag is the non-modifiable equivalent ofByteHashBag
.(package private) final class
ImmutableByteSingletonBag is an optimization forImmutableByteBag
of size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionImmutableByteEmptyBag.chunk
(int size) ImmutableByteHashBag.chunk
(int size) ImmutableByteSingletonBag.chunk
(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ImmutableByteEmptyBag.containsAll
(ByteIterable source) boolean
ImmutableByteHashBag.containsAll
(ByteIterable source) boolean
ImmutableByteSingletonBag.containsAll
(ByteIterable source) ImmutableByteEmptyBag.newWithAll
(ByteIterable elements) ImmutableByteHashBag.newWithAll
(ByteIterable elements) ImmutableByteSingletonBag.newWithAll
(ByteIterable elements) ImmutableByteEmptyBag.newWithoutAll
(ByteIterable elements) ImmutableByteHashBag.newWithoutAll
(ByteIterable elements) ImmutableByteSingletonBag.newWithoutAll
(ByteIterable elements) ImmutableByteBagFactoryImpl.ofAll
(ByteIterable items) ImmutableByteBagFactoryImpl.withAll
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
ByteHashBag is similar toHashBag
, and is memory-optimized for byte primitives.class
A synchronized view of aMutableByteBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type ByteIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ByteHashBag.addAll
(ByteIterable source) static ByteHashBag
ByteHashBag.newBag
(ByteIterable source) MutableByteBagFactoryImpl.ofAll
(ByteIterable items) boolean
ByteHashBag.removeAll
(ByteIterable source) boolean
ByteHashBag.retainAll
(ByteIterable source) ByteHashBag.withAll
(ByteIterable iterable) MutableByteBagFactoryImpl.withAll
(ByteIterable items) SynchronizedByteBag.withAll
(ByteIterable elements) UnmodifiableByteBag.withAll
(ByteIterable elements) ByteHashBag.withoutAll
(ByteIterable iterable) SynchronizedByteBag.withoutAll
(ByteIterable elements) UnmodifiableByteBag.withoutAll
(ByteIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ByteIterable -
Uses of ByteIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RAbstractBiMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return ByteIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectByte
(ByteFunction<? super V> byteFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RUnmodifiableBiMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return ByteIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectByte
(ByteFunction<? super T> byteFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RAbstractSynchronizedRichIterable.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RAbstractMultiReaderMutableCollection.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) final <R extends MutableByteCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RAbstractUnmodifiableMutableCollection.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionAbstractSynchronizedByteCollection.chunk
(int size) AbstractUnmodifiableByteCollection.chunk
(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
AbstractSynchronizedByteCollection.addAll
(ByteIterable source) boolean
AbstractUnmodifiableByteCollection.addAll
(ByteIterable source) boolean
AbstractSynchronizedByteCollection.containsAll
(ByteIterable source) boolean
AbstractUnmodifiableByteCollection.containsAll
(ByteIterable source) boolean
AbstractSynchronizedByteCollection.containsAny
(ByteIterable source) boolean
AbstractUnmodifiableByteCollection.containsAny
(ByteIterable source) boolean
AbstractSynchronizedByteCollection.containsNone
(ByteIterable source) boolean
AbstractUnmodifiableByteCollection.containsNone
(ByteIterable source) boolean
AbstractSynchronizedByteCollection.removeAll
(ByteIterable source) boolean
AbstractUnmodifiableByteCollection.removeAll
(ByteIterable source) boolean
AbstractSynchronizedByteCollection.retainAll
(ByteIterable source) boolean
AbstractUnmodifiableByteCollection.retainAll
(ByteIterable source) AbstractSynchronizedByteCollection.withAll
(ByteIterable elements) AbstractUnmodifiableByteCollection.withAll
(ByteIterable elements) AbstractSynchronizedByteCollection.withoutAll
(ByteIterable elements) AbstractUnmodifiableByteCollection.withoutAll
(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as ByteIterableModifier and TypeFieldDescriptionprivate final ByteIterable
ChunkByteIterable.adapted
private final ByteIterable
TapByteIterable.adapted
private final ByteIterable
LazyByteIterableAdapter.delegate
private final ByteIterable
SelectByteIterable.delegate
private final ByteIterable
CollectByteToBooleanIterable.iterable
private final ByteIterable
CollectByteToByteIterable.iterable
private final ByteIterable
CollectByteToCharIterable.iterable
private final ByteIterable
CollectByteToDoubleIterable.iterable
private final ByteIterable
CollectByteToFloatIterable.iterable
private final ByteIterable
CollectByteToIntIterable.iterable
private final ByteIterable
CollectByteToLongIterable.iterable
private final ByteIterable
CollectByteToObjectIterable.iterable
private final ByteIterable
CollectByteToShortIterable.iterable
private final ByteIterable
FlatCollectByteToObjectIterable.iterable
Methods in org.eclipse.collections.impl.lazy.primitive that return ByteIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionAbstractLazyByteIterable.chunk
(int size) ChunkByteIterable.iterator()
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
AbstractLazyByteIterable.containsAll
(ByteIterable source) boolean
CollectByteIterable.containsAll
(ByteIterable source) boolean
LazyByteIterableAdapter.containsAll
(ByteIterable source) boolean
ReverseByteIterable.containsAll
(ByteIterable source) boolean
SelectByteIterable.containsAll
(ByteIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type ByteIterableModifier and TypeMethodDescriptionvoid
ChunkByteIterable.each
(Procedure<? super ByteIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteIterableModifierConstructorDescriptionChunkByteIterable
(ByteIterable delegate, int size) ChunkByteIterator
(ByteIterable iterable, int size) CollectByteToBooleanIterable
(ByteIterable iterable, ByteToBooleanFunction function) CollectByteToByteIterable
(ByteIterable iterable, ByteToByteFunction function) CollectByteToCharIterable
(ByteIterable iterable, ByteToCharFunction function) CollectByteToDoubleIterable
(ByteIterable iterable, ByteToDoubleFunction function) CollectByteToFloatIterable
(ByteIterable iterable, ByteToFloatFunction function) CollectByteToIntIterable
(ByteIterable iterable, ByteToIntFunction function) CollectByteToLongIterable
(ByteIterable iterable, ByteToLongFunction function) CollectByteToObjectIterable
(ByteIterable iterable, ByteToObjectFunction<? extends V> function) CollectByteToShortIterable
(ByteIterable iterable, ByteToShortFunction function) FlatCollectByteIterator
(ByteIterable iterable, ByteToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectByteToObjectIterable
(ByteIterable iterable, ByteToObjectFunction<? extends Iterable<V>> function) LazyByteIterableAdapter
(ByteIterable delegate) SelectByteIterable
(ByteIterable delegate, BytePredicate predicate) private
SelectByteIterator
(ByteIterable iterable, BytePredicate predicate) TapByteIterable
(ByteIterable delegate, ByteProcedure procedure) TapByteIterator
(ByteIterable iterable, ByteProcedure procedure) -
Uses of ByteIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ByteIterableModifier and TypeClassDescription(package private) final class
ImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList
.(package private) final class
ImmutableByteEmptyList is an optimization forImmutableByteList
of size 0.(package private) final class
ImmutableByteSingletonList is an optimization forImmutableByteList
of size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionImmutableByteArrayList.chunk
(int size) ImmutableByteEmptyList.chunk
(int size) ImmutableByteSingletonList.chunk
(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ImmutableByteArrayList.containsAll
(ByteIterable source) boolean
ImmutableByteEmptyList.containsAll
(ByteIterable source) boolean
ImmutableByteSingletonList.containsAll
(ByteIterable source) static ImmutableByteArrayList
ImmutableByteArrayList.newList
(ByteIterable iterable) ImmutableByteArrayList.newWithAll
(ByteIterable elements) ImmutableByteEmptyList.newWithAll
(ByteIterable elements) ImmutableByteSingletonList.newWithAll
(ByteIterable elements) ImmutableByteArrayList.newWithoutAll
(ByteIterable elements) ImmutableByteEmptyList.newWithoutAll
(ByteIterable elements) ImmutableByteSingletonList.newWithoutAll
(ByteIterable elements) ImmutableByteListFactoryImpl.ofAll
(ByteIterable items) ImmutableByteListFactoryImpl.withAll
(ByteIterable items) ImmutableByteArrayList.zipByte
(ByteIterable iterable) ImmutableByteEmptyList.zipByte
(ByteIterable iterable) ImmutableByteSingletonList.zipByte
(ByteIterable iterable) -
Uses of ByteIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RFastList.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
ByteArrayList is similar to FastList, and is memory-optimized for byte primitives.class
A synchronized view of aMutableByteList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type ByteIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ByteArrayList.addAll
(ByteIterable source) boolean
ByteArrayList.addAllAtIndex
(int index, ByteIterable source) boolean
SynchronizedByteList.addAllAtIndex
(int index, ByteIterable source) boolean
UnmodifiableByteList.addAllAtIndex
(int index, ByteIterable source) static ByteArrayList
ByteArrayList.newList
(ByteIterable source) MutableByteListFactoryImpl.ofAll
(ByteIterable items) boolean
ByteArrayList.removeAll
(ByteIterable source) boolean
ByteArrayList.retainAll
(ByteIterable source) ByteArrayList.withAll
(ByteIterable elements) MutableByteListFactoryImpl.withAll
(ByteIterable items) SynchronizedByteList.withAll
(ByteIterable elements) UnmodifiableByteList.withAll
(ByteIterable elements) ByteArrayList.withoutAll
(ByteIterable elements) SynchronizedByteList.withoutAll
(ByteIterable elements) UnmodifiableByteList.withoutAll
(ByteIterable elements) ByteArrayList.zipByte
(ByteIterable iterable) SynchronizedByteList.zipByte
(ByteIterable iterable) UnmodifiableByteList.zipByte
(ByteIterable iterable) -
Uses of ByteIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final class
ImmutableByteByteEmptyMap is an optimization forImmutableByteByteMap
of size 0.(package private) final class
ImmutableByteByteHashMap is the non-modifiable equivalent ofByteByteHashMap
.(package private) final class
ImmutableByteByteSingletonMap is an optimization forImmutableByteByteMap
of size 1.(package private) final class
ImmutableCharByteEmptyMap is an optimization forImmutableCharByteMap
of size 0.(package private) final class
ImmutableCharByteHashMap is the non-modifiable equivalent ofCharByteHashMap
.(package private) final class
ImmutableCharByteSingletonMap is an optimization forImmutableCharByteMap
of size 1.(package private) final class
ImmutableDoubleByteEmptyMap is an optimization forImmutableDoubleByteMap
of size 0.(package private) final class
ImmutableDoubleByteHashMap is the non-modifiable equivalent ofDoubleByteHashMap
.(package private) final class
ImmutableDoubleByteSingletonMap is an optimization forImmutableDoubleByteMap
of size 1.(package private) final class
ImmutableFloatByteEmptyMap is an optimization forImmutableFloatByteMap
of size 0.(package private) final class
ImmutableFloatByteHashMap is the non-modifiable equivalent ofFloatByteHashMap
.(package private) final class
ImmutableFloatByteSingletonMap is an optimization forImmutableFloatByteMap
of size 1.(package private) final class
ImmutableIntByteEmptyMap is an optimization forImmutableIntByteMap
of size 0.(package private) final class
ImmutableIntByteHashMap is the non-modifiable equivalent ofIntByteHashMap
.(package private) final class
ImmutableIntByteSingletonMap is an optimization forImmutableIntByteMap
of size 1.(package private) final class
ImmutableLongByteEmptyMap is an optimization forImmutableLongByteMap
of size 0.(package private) final class
ImmutableLongByteHashMap is the non-modifiable equivalent ofLongByteHashMap
.(package private) final class
ImmutableLongByteSingletonMap is an optimization forImmutableLongByteMap
of size 1.(package private) final class
ImmutableObjectByteEmptyMap is an optimization forImmutableObjectByteMap
of size 0.(package private) final class
ImmutableObjectByteHashMap is the non-modifiable equivalent ofObjectByteHashMap
.(package private) final class
ImmutableObjectByteSingletonMap is an optimization forImmutableObjectByteMap
of size 1.(package private) final class
ImmutableShortByteEmptyMap is an optimization forImmutableShortByteMap
of size 0.(package private) final class
ImmutableShortByteHashMap is the non-modifiable equivalent ofShortByteHashMap
.(package private) final class
ImmutableShortByteSingletonMap is an optimization forImmutableShortByteMap
of size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionImmutableByteByteEmptyMap.chunk
(int size) ImmutableByteByteHashMap.chunk
(int size) ImmutableByteByteSingletonMap.chunk
(int size) ImmutableCharByteEmptyMap.chunk
(int size) ImmutableCharByteHashMap.chunk
(int size) ImmutableCharByteSingletonMap.chunk
(int size) ImmutableDoubleByteEmptyMap.chunk
(int size) ImmutableDoubleByteHashMap.chunk
(int size) ImmutableDoubleByteSingletonMap.chunk
(int size) ImmutableFloatByteEmptyMap.chunk
(int size) ImmutableFloatByteHashMap.chunk
(int size) ImmutableFloatByteSingletonMap.chunk
(int size) ImmutableIntByteEmptyMap.chunk
(int size) ImmutableIntByteHashMap.chunk
(int size) ImmutableIntByteSingletonMap.chunk
(int size) ImmutableLongByteEmptyMap.chunk
(int size) ImmutableLongByteHashMap.chunk
(int size) ImmutableLongByteSingletonMap.chunk
(int size) ImmutableObjectByteEmptyMap.chunk
(int size) ImmutableObjectByteHashMap.chunk
(int size) ImmutableObjectByteSingletonMap.chunk
(int size) ImmutableShortByteEmptyMap.chunk
(int size) ImmutableShortByteHashMap.chunk
(int size) ImmutableShortByteSingletonMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ImmutableByteByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableByteByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableByteByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableCharByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableCharByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableCharByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableDoubleByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableDoubleByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableDoubleByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableFloatByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableFloatByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableFloatByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableIntByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableIntByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableIntByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableLongByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableLongByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableLongByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableObjectByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableObjectByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableObjectByteSingletonMap.containsAll
(ByteIterable source) boolean
ImmutableShortByteEmptyMap.containsAll
(ByteIterable source) boolean
ImmutableShortByteHashMap.containsAll
(ByteIterable source) boolean
ImmutableShortByteSingletonMap.containsAll
(ByteIterable source) ImmutableByteBooleanEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteBooleanHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteBooleanSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteByteEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteByteHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteByteSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteCharEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteCharHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteCharSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteDoubleEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteDoubleHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteDoubleSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteFloatEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteFloatHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteFloatSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteIntEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteIntHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteIntSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteLongEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteLongHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteLongSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteObjectEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteObjectHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteObjectSingletonMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteShortEmptyMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteShortHashMap.newWithoutAllKeys
(ByteIterable keys) ImmutableByteShortSingletonMap.newWithoutAllKeys
(ByteIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RImmutableByteObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RImmutableCharObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RImmutableDoubleObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RImmutableFloatObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RImmutableIntObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RImmutableLongObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RImmutableShortObjectEmptyMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RUnmodifiableMutableMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
A synchronized view of aMutableByteByteMap
.class
A synchronized view of aMutableCharByteMap
.class
A synchronized view of aMutableDoubleByteMap
.class
A synchronized view of aMutableFloatByteMap
.class
A synchronized view of aMutableIntByteMap
.class
A synchronized view of aMutableLongByteMap
.class
A synchronized view of aMutableObjectByteMap
.class
A synchronized view of aMutableShortByteMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionAbstractMutableByteKeySet.chunk
(int size) AbstractMutableByteValuesMap.AbstractByteValuesCollection.chunk
(int size) AbstractMutableByteValuesMap.chunk
(int size) ObjectByteHashMap.chunk
(int size) ObjectByteHashMap.ValuesCollection.chunk
(int size) ObjectByteHashMapWithHashingStrategy.chunk
(int size) ObjectByteHashMapWithHashingStrategy.ValuesCollection.chunk
(int size) SynchronizedByteByteMap.chunk
(int size) SynchronizedCharByteMap.chunk
(int size) SynchronizedDoubleByteMap.chunk
(int size) SynchronizedFloatByteMap.chunk
(int size) SynchronizedIntByteMap.chunk
(int size) SynchronizedLongByteMap.chunk
(int size) SynchronizedObjectByteMap.chunk
(int size) SynchronizedShortByteMap.chunk
(int size) UnmodifiableByteByteMap.chunk
(int size) UnmodifiableCharByteMap.chunk
(int size) UnmodifiableDoubleByteMap.chunk
(int size) UnmodifiableFloatByteMap.chunk
(int size) UnmodifiableIntByteMap.chunk
(int size) UnmodifiableLongByteMap.chunk
(int size) UnmodifiableObjectByteMap.chunk
(int size) UnmodifiableShortByteMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
AbstractMutableByteKeySet.addAll
(ByteIterable source) boolean
AbstractMutableByteValuesMap.AbstractByteValuesCollection.addAll
(ByteIterable source) boolean
ObjectByteHashMap.ValuesCollection.addAll
(ByteIterable source) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.addAll
(ByteIterable source) boolean
AbstractMutableByteKeySet.containsAll
(ByteIterable source) boolean
AbstractMutableByteValuesMap.AbstractByteValuesCollection.containsAll
(ByteIterable source) boolean
AbstractMutableByteValuesMap.containsAll
(ByteIterable source) boolean
ByteBooleanHashMap.KeysView.containsAll
(ByteIterable source) boolean
ObjectByteHashMap.containsAll
(ByteIterable source) boolean
ObjectByteHashMap.ValuesCollection.containsAll
(ByteIterable source) boolean
ObjectByteHashMapWithHashingStrategy.containsAll
(ByteIterable source) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.containsAll
(ByteIterable source) boolean
SynchronizedByteByteMap.containsAll
(ByteIterable source) boolean
SynchronizedCharByteMap.containsAll
(ByteIterable source) boolean
SynchronizedDoubleByteMap.containsAll
(ByteIterable source) boolean
SynchronizedFloatByteMap.containsAll
(ByteIterable source) boolean
SynchronizedIntByteMap.containsAll
(ByteIterable source) boolean
SynchronizedLongByteMap.containsAll
(ByteIterable source) boolean
SynchronizedObjectByteMap.containsAll
(ByteIterable source) boolean
SynchronizedShortByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableByteByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableCharByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableDoubleByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableFloatByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableIntByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableLongByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableObjectByteMap.containsAll
(ByteIterable source) boolean
UnmodifiableShortByteMap.containsAll
(ByteIterable source) boolean
AbstractMutableByteKeySet.removeAll
(ByteIterable source) boolean
AbstractMutableByteValuesMap.AbstractByteValuesCollection.removeAll
(ByteIterable source) boolean
ObjectByteHashMap.ValuesCollection.removeAll
(ByteIterable source) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.removeAll
(ByteIterable source) boolean
ByteBooleanHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteByteHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
ByteCharHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteDoubleHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteFloatHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteIntHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteLongHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteObjectHashMap.KeySet.retainAll
(ByteIterable source) boolean
ByteShortHashMap.KeySet.retainAll
(ByteIterable source) boolean
CharByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
DoubleByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
FloatByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
IntByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
LongByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
ObjectByteHashMap.ValuesCollection.retainAll
(ByteIterable source) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.retainAll
(ByteIterable source) boolean
ShortByteHashMap.ValuesCollection.retainAll
(ByteIterable source) AbstractMutableByteKeySet.withAll
(ByteIterable elements) AbstractMutableByteValuesMap.AbstractByteValuesCollection.withAll
(ByteIterable elements) ObjectByteHashMap.ValuesCollection.withAll
(ByteIterable elements) ObjectByteHashMapWithHashingStrategy.ValuesCollection.withAll
(ByteIterable elements) AbstractMutableByteKeySet.withoutAll
(ByteIterable elements) AbstractMutableByteValuesMap.AbstractByteValuesCollection.withoutAll
(ByteIterable elements) ObjectByteHashMap.ValuesCollection.withoutAll
(ByteIterable elements) ObjectByteHashMapWithHashingStrategy.ValuesCollection.withoutAll
(ByteIterable elements) ByteBooleanHashMap.withoutAllKeys
(ByteIterable keys) ByteByteHashMap.withoutAllKeys
(ByteIterable keys) ByteCharHashMap.withoutAllKeys
(ByteIterable keys) ByteDoubleHashMap.withoutAllKeys
(ByteIterable keys) ByteFloatHashMap.withoutAllKeys
(ByteIterable keys) ByteIntHashMap.withoutAllKeys
(ByteIterable keys) ByteLongHashMap.withoutAllKeys
(ByteIterable keys) ByteObjectHashMap.withoutAllKeys
(ByteIterable keys) ByteShortHashMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteBooleanMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteByteMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteCharMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteDoubleMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteFloatMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteIntMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteLongMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteObjectMap.withoutAllKeys
(ByteIterable keys) SynchronizedByteShortMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteBooleanMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteByteMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteCharMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteDoubleMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteFloatMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteIntMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteLongMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteObjectMap.withoutAllKeys
(ByteIterable keys) UnmodifiableByteShortMap.withoutAllKeys
(ByteIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RSynchronizedByteObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedCharObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedDoubleObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedFloatObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedIntObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedLongObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedShortObjectMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RUnmodifiableMutableOrderedMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RUnmodifiableTreeMap.flatCollectByte
(Function<? super V, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A synchronized view of a ByteIterable.Fields in org.eclipse.collections.impl.primitive declared as ByteIterableMethods in org.eclipse.collections.impl.primitive that return ByteIterableModifier and TypeMethodDescriptionSynchronizedByteIterable.reject
(BytePredicate predicate) SynchronizedByteIterable.select
(BytePredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type ByteIterableMethods in org.eclipse.collections.impl.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
SynchronizedByteIterable.containsAll
(ByteIterable source) boolean
SynchronizedByteIterable.containsAny
(ByteIterable source) boolean
SynchronizedByteIterable.containsNone
(ByteIterable source) static SynchronizedByteIterable
SynchronizedByteIterable.of
(ByteIterable iterable) This method will take a ByteIterable and wrap it directly in a SynchronizedByteIterable.static SynchronizedByteIterable
SynchronizedByteIterable.of
(ByteIterable iterable, Object lock) This method will take a ByteIterable and wrap it directly in a SynchronizedByteIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type ByteIterableModifierConstructorDescriptionprotected
SynchronizedByteIterable
(ByteIterable iterable) protected
SynchronizedByteIterable
(ByteIterable iterable, Object newLock) -
Uses of ByteIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final class
ImmutableByteEmptySet is an optimization forImmutableByteSet
of size 0.(package private) final class
ImmutableByteSingletonSet is an optimization forImmutableByteSet
of size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionAbstractImmutableByteSet.chunk
(int size) ImmutableByteEmptySet.chunk
(int size) ImmutableByteSingletonSet.chunk
(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ImmutableByteEmptySet.containsAll
(ByteIterable source) boolean
ImmutableByteSingletonSet.containsAll
(ByteIterable source) AbstractImmutableByteSet.newWithAll
(ByteIterable elements) ImmutableByteEmptySet.newWithAll
(ByteIterable elements) ImmutableByteSingletonSet.newWithAll
(ByteIterable elements) AbstractImmutableByteSet.newWithoutAll
(ByteIterable elements) ImmutableByteEmptySet.newWithoutAll
(ByteIterable elements) ImmutableByteSingletonSet.newWithoutAll
(ByteIterable elements) ImmutableByteSetFactoryImpl.ofAll
(ByteIterable items) ImmutableByteSetFactoryImpl.withAll
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ByteIterableModifier and TypeClassDescriptionfinal class
private static final class
class
A synchronized view of aMutableByteSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionByteHashSet.chunk
(int size) ByteHashSet.ImmutableByteHashSet.chunk
(int size) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ByteHashSet.addAll
(ByteIterable source) boolean
ByteHashSet.containsAll
(ByteIterable source) boolean
ByteHashSet.ImmutableByteHashSet.containsAll
(ByteIterable source) static ByteHashSet
ByteHashSet.newSet
(ByteIterable source) ByteHashSet.ImmutableByteHashSet.newWithAll
(ByteIterable elements) ByteHashSet.ImmutableByteHashSet.newWithoutAll
(ByteIterable elements) MutableByteSetFactoryImpl.ofAll
(ByteIterable items) boolean
ByteHashSet.removeAll
(ByteIterable source) boolean
ByteHashSet.retainAll
(ByteIterable source) ByteHashSet.withAll
(ByteIterable elements) MutableByteSetFactoryImpl.withAll
(ByteIterable items) SynchronizedByteSet.withAll
(ByteIterable elements) UnmodifiableByteSet.withAll
(ByteIterable elements) ByteHashSet.withoutAll
(ByteIterable elements) SynchronizedByteSet.withoutAll
(ByteIterable elements) UnmodifiableByteSet.withoutAll
(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of ByteIterable in org.eclipse.collections.impl.stack.immutable
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RImmutableArrayStack.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) Deprecated.<R extends MutableByteCollection>
RImmutableEmptyStack.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ByteIterableModifier and TypeClassDescription(package private) final class
ImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack
.(package private) final class
ImmutableByteEmptyStack is an optimization forImmutableByteStack
of size 0.(package private) final class
ImmutableByteSingletonStack is an optimization forImmutableByteStack
of size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionImmutableByteEmptyStack.chunk
(int size) ImmutableByteSingletonStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
ImmutableByteEmptyStack.containsAll
(ByteIterable source) boolean
ImmutableByteSingletonStack.containsAll
(ByteIterable source) static ImmutableByteArrayStack
ImmutableByteArrayStack.newStack
(ByteIterable iterable) static ImmutableByteArrayStack
ImmutableByteArrayStack.newStackFromTopToBottom
(ByteIterable items) ImmutableByteStackFactoryImpl.ofAll
(ByteIterable items) ImmutableByteStackFactoryImpl.ofAllReversed
(ByteIterable items) ImmutableByteStackFactoryImpl.withAll
(ByteIterable items) ImmutableByteStackFactoryImpl.withAllReversed
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type ByteIterableModifier and TypeMethodDescription<R extends MutableByteCollection>
RArrayStack.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RSynchronizedStack.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) <R extends MutableByteCollection>
RUnmodifiableStack.flatCollectByte
(Function<? super T, ? extends ByteIterable> function, R target) -
Uses of ByteIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
ByteArrayStack is similar toArrayStack
, and is memory-optimized for byte primitives.class
A synchronized view of aMutableByteStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type ByteIterableModifier and TypeMethodDescriptionSynchronizedByteStack.chunk
(int size) UnmodifiableByteStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionboolean
SynchronizedByteStack.containsAll
(ByteIterable source) boolean
UnmodifiableByteStack.containsAll
(ByteIterable source) static ByteArrayStack
ByteArrayStack.newStack
(ByteIterable items) static ByteArrayStack
ByteArrayStack.newStackFromTopToBottom
(ByteIterable items) MutableByteStackFactoryImpl.ofAll
(ByteIterable items) MutableByteStackFactoryImpl.ofAllReversed
(ByteIterable items) MutableByteStackFactoryImpl.withAll
(ByteIterable items) MutableByteStackFactoryImpl.withAllReversed
(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement ByteIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type ByteIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type ByteIterable -
Uses of ByteIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionstatic boolean
ByteIterableIterate.allSatisfy
(ByteIterable iterable, BytePredicate predicate) static boolean
ByteIterableIterate.anySatisfy
(ByteIterable iterable, BytePredicate predicate) static void
ByteIterableIterate.appendString
(ByteIterable iterable, Appendable appendable, String start, String separator, String end) static <V,
R extends Collection<V>>
RByteIterableIterate.collect
(ByteIterable iterable, ByteToObjectFunction<? extends V> function, R targetCollection) static int
ByteIterableIterate.count
(ByteIterable iterable, BytePredicate predicate) static byte
ByteIterableIterate.detectIfNone
(ByteIterable iterable, BytePredicate predicate, byte ifNone) static void
ByteIterableIterate.forEach
(ByteIterable iterable, ByteProcedure procedure) static <T> T
ByteIterableIterate.injectInto
(ByteIterable iterable, T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) static boolean
ByteIterableIterate.isEmpty
(ByteIterable iterable) static byte
ByteIterableIterate.max
(ByteIterable iterable) static byte
ByteIterableIterate.maxIfEmpty
(ByteIterable iterable, byte ifEmpty) static byte
ByteIterableIterate.min
(ByteIterable iterable) static byte
ByteIterableIterate.minIfEmpty
(ByteIterable iterable, byte ifEmpty) static boolean
ByteIterableIterate.noneSatisfy
(ByteIterable iterable, BytePredicate predicate) static boolean
ByteIterableIterate.notEmpty
(ByteIterable iterable) static <R extends MutableByteCollection>
RByteIterableIterate.reject
(ByteIterable iterable, BytePredicate predicate, R targetCollection) static <R extends MutableByteCollection>
RByteIterableIterate.select
(ByteIterable iterable, BytePredicate predicate, R targetCollection) private static <T> String
ByteIterableIterate.stringValueOfItem
(ByteIterable iterable, T item) static long
ByteIterableIterate.sum
(ByteIterable iterable) -
Uses of ByteIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ByteIterableModifier and TypeMethodDescriptionstatic LazyByteIterable
LazyByteIterate.adapt
(ByteIterable iterable) Creates a deferred byte iterable for the specified byte iterable.static <V> LazyIterable
<V> LazyByteIterate.collect
(ByteIterable iterable, ByteToObjectFunction<? extends V> function) Creates a deferred transforming byte iterable for the specified byte iterable.static <V> LazyIterable
<V> LazyByteIterate.collectIf
(ByteIterable iterable, BytePredicate predicate, ByteToObjectFunction<? extends V> function) Creates a deferred filtering and transforming byte iterable for the specified byte iterable.static <V> LazyIterable
<V> LazyByteIterate.flatCollect
(ByteIterable iterable, ByteToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening byte iterable for the specified byte iterable.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.