Uses of Interface
org.eclipse.collections.api.ByteIterable
-
Packages that use ByteIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list 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.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of ByteIterable in org.eclipse.collections.api
Subinterfaces of ByteIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyByteIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return ByteIterable Modifier and Type Method Description ByteIterableRichIterable. collectByte(ByteFunction<? super T> byteFunction)Returns a new primitivebyteiterable with the results of applying the specified function on each element of the source collection.ByteIterableByteIterable. reject(BytePredicate predicate)Returns a new ByteIterable with all of the elements in the ByteIterable that return false for the specified predicate.ByteIterableByteIterable. select(BytePredicate predicate)Returns a new ByteIterable with all of the elements in the ByteIterable that return true for the specified predicate.default ByteIterableByteIterable. tap(ByteProcedure procedure)Methods in org.eclipse.collections.api that return types with arguments of type ByteIterable Modifier and Type Method Description default RichIterable<ByteIterable>ByteIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type ByteIterable Modifier and Type Method Description default booleanByteIterable. 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 booleanByteIterable. 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 booleanByteIterable. 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 ByteIterable Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceByteBagThis file was automatically generated from template file primitiveBag.stg.interfaceImmutableByteBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceMutableByteBagThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type ByteIterable Modifier and Type Method Description ImmutableByteBagImmutableByteBag. newWithAll(ByteIterable elements)ImmutableByteBagImmutableByteBag. newWithoutAll(ByteIterable elements)MutableByteBagMutableByteBag. withAll(ByteIterable elements)MutableByteBagMutableByteBag. withoutAll(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableByteCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableByteCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type ByteIterable Modifier and Type Method Description booleanMutableByteCollection. addAll(ByteIterable source)ImmutableByteCollectionImmutableByteCollection. newWithAll(ByteIterable elements)ImmutableByteCollectionImmutableByteCollection. newWithoutAll(ByteIterable elements)booleanMutableByteCollection. removeAll(ByteIterable source)booleanMutableByteCollection. retainAll(ByteIterable elements)MutableByteCollectionMutableByteCollection. withAll(ByteIterable elements)MutableByteCollectionMutableByteCollection. 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 ByteIterable Modifier and Type Method Description ImmutableByteBagImmutableByteBagFactory. ofAll(ByteIterable items)MutableByteBagMutableByteBagFactory. ofAll(ByteIterable items)ImmutableByteBagImmutableByteBagFactory. withAll(ByteIterable items)MutableByteBagMutableByteBagFactory. 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 ByteIterable Modifier and Type Method Description ImmutableByteListImmutableByteListFactory. ofAll(ByteIterable items)MutableByteListMutableByteListFactory. ofAll(ByteIterable items)ImmutableByteListImmutableByteListFactory. withAll(ByteIterable items)MutableByteListMutableByteListFactory. 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 ByteIterable Modifier and Type Method Description ImmutableByteSetImmutableByteSetFactory. ofAll(ByteIterable items)MutableByteSetMutableByteSetFactory. ofAll(ByteIterable items)ImmutableByteSetImmutableByteSetFactory. withAll(ByteIterable items)MutableByteSetMutableByteSetFactory. 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 ByteIterable Modifier and Type Method Description ImmutableByteStackImmutableByteStackFactory. ofAll(ByteIterable items)MutableByteStackMutableByteStackFactory. ofAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactory. ofAllReversed(ByteIterable items)MutableByteStackMutableByteStackFactory. ofAllReversed(ByteIterable items)ImmutableByteStackImmutableByteStackFactory. withAll(ByteIterable items)MutableByteStackMutableByteStackFactory. withAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactory. withAllReversed(ByteIterable items)MutableByteStackMutableByteStackFactory. withAllReversed(ByteIterable items) -
Uses of ByteIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceByteListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableByteListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableByteListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type ByteIterable Modifier and Type Method Description booleanMutableByteList. addAllAtIndex(int index, ByteIterable source)ImmutableByteListImmutableByteList. newWithAll(ByteIterable elements)ImmutableByteListImmutableByteList. newWithoutAll(ByteIterable elements)MutableByteListMutableByteList. withAll(ByteIterable elements)MutableByteListMutableByteList. withoutAll(ByteIterable elements)default ListIterable<ByteBytePair>ByteList. zipByte(ByteIterable iterable)Returns aListIterableformed from thisByteListand anotherByteListby combining corresponding elements in pairs.default ImmutableList<ByteBytePair>ImmutableByteList. zipByte(ByteIterable iterable)Returns anImmutableListformed from thisImmutableByteListand anotherByteListby combining corresponding elements in pairs.default MutableList<ByteBytePair>MutableByteList. zipByte(ByteIterable iterable)Returns aMutableListformed from thisMutableByteListand anotherByteListby combining corresponding elements in pairs. -
Uses of ByteIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceByteByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceByteValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.interfaceCharByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectByteMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableByteByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableByteValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceMutableCharByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableObjectByteMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectByteMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteIterable Modifier and Type Method Description ImmutableByteBooleanMapImmutableByteBooleanMap. 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.ImmutableByteByteMapImmutableByteByteMap. 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.ImmutableByteCharMapImmutableByteCharMap. 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.ImmutableByteDoubleMapImmutableByteDoubleMap. 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.ImmutableByteFloatMapImmutableByteFloatMap. 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.ImmutableByteIntMapImmutableByteIntMap. 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.ImmutableByteLongMapImmutableByteLongMap. 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<V>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.ImmutableByteShortMapImmutableByteShortMap. 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.MutableByteBooleanMapMutableByteBooleanMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteByteMapMutableByteByteMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteCharMapMutableByteCharMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteDoubleMapMutableByteDoubleMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteFloatMapMutableByteFloatMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteIntMapMutableByteIntMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteLongMapMutableByteLongMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteObjectMap<V>MutableByteObjectMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteShortMapMutableByteShortMap. 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.primitive Modifier and Type Interface Description interfaceOrderedByteIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleByteIterableThis 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.primitive Modifier and Type Interface Description interfaceByteSetThis file was automatically generated from template file primitiveSet.stg.interfaceImmutableByteSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableByteSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type ByteIterable Modifier and Type Method Description ImmutableByteSetImmutableByteSet. newWithAll(ByteIterable elements)ImmutableByteSetImmutableByteSet. newWithoutAll(ByteIterable elements)MutableByteSetMutableByteSet. withAll(ByteIterable elements)MutableByteSetMutableByteSet. withoutAll(ByteIterable elements) -
Uses of ByteIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of ByteIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceByteStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableByteStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableByteStackThis file was automatically generated from template file mutablePrimitiveStack.stg.
-