Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableByteBag
Packages that use ImmutableByteBag
Package
Description
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the
ImmutableBag
interface.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
ImmutableMap
interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ImmutableByteBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableByteBag -
Uses of ImmutableByteBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableByteBagModifier and TypeMethodDescriptionImmutableByteBag.newWith
(byte element) ImmutableByteBag.newWithAll
(ByteIterable elements) ImmutableByteBag.newWithout
(byte element) ImmutableByteBag.newWithoutAll
(ByteIterable elements) ImmutableByteBag.reject
(BytePredicate predicate) ImmutableByteBag.select
(BytePredicate predicate) ImmutableByteBag.selectByOccurrences
(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableByteBag
ImmutableByteBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default ImmutableByteBag
ImmutableByteBag.tap
(ByteProcedure procedure) ByteBag.toImmutable()
Returns an immutable copy of this bag.MutableByteBag.toImmutable()
Returns an immutable copy of this bag. -
Uses of ImmutableByteBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableByteBagModifier and TypeMethodDescriptionImmutableByteBagFactory.empty()
ImmutableByteBagFactory.of()
Same asImmutableByteBagFactory.empty()
.ImmutableByteBagFactory.of
(byte one) Same asImmutableByteBagFactory.with(byte)
.ImmutableByteBagFactory.of
(byte... items) Same asImmutableByteBagFactory.with(byte[])
.ImmutableByteBagFactory.ofAll
(ByteIterable items) ImmutableByteBagFactory.with()
Same asImmutableByteBagFactory.empty()
.ImmutableByteBagFactory.with
(byte one) ImmutableByteBagFactory.with
(byte... items) ImmutableByteBagFactory.withAll
(ByteIterable items) -
Uses of ImmutableByteBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableByteBag -
Uses of ImmutableByteBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableByteBagModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableByteByteMap.reject
(BytePredicate predicate) ImmutableCharByteMap.reject
(BytePredicate predicate) ImmutableDoubleByteMap.reject
(BytePredicate predicate) ImmutableFloatByteMap.reject
(BytePredicate predicate) ImmutableIntByteMap.reject
(BytePredicate predicate) ImmutableLongByteMap.reject
(BytePredicate predicate) ImmutableShortByteMap.reject
(BytePredicate predicate) ImmutableByteByteMap.select
(BytePredicate predicate) ImmutableCharByteMap.select
(BytePredicate predicate) ImmutableDoubleByteMap.select
(BytePredicate predicate) ImmutableFloatByteMap.select
(BytePredicate predicate) ImmutableIntByteMap.select
(BytePredicate predicate) ImmutableLongByteMap.select
(BytePredicate predicate) ImmutableShortByteMap.select
(BytePredicate predicate) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableByteBagModifier and TypeMethodDescriptionAbstractImmutableBag.collectByte
(ByteFunction<? super T> byteFunction) ImmutableEmptyBag.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableByteBagModifier 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.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableByteBagModifier and TypeFieldDescription(package private) static final ImmutableByteBag
ImmutableByteEmptyBag.INSTANCE
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableByteBagModifier and TypeMethodDescriptionImmutableByteBagFactoryImpl.empty()
ImmutableByteEmptyBag.newWith
(byte element) ImmutableByteHashBag.newWith
(byte element) ImmutableByteSingletonBag.newWith
(byte element) ImmutableByteEmptyBag.newWithAll
(ByteIterable elements) ImmutableByteHashBag.newWithAll
(ByteIterable elements) ImmutableByteSingletonBag.newWithAll
(ByteIterable elements) ImmutableByteEmptyBag.newWithout
(byte element) ImmutableByteHashBag.newWithout
(byte element) ImmutableByteSingletonBag.newWithout
(byte element) ImmutableByteEmptyBag.newWithoutAll
(ByteIterable elements) ImmutableByteHashBag.newWithoutAll
(ByteIterable elements) ImmutableByteSingletonBag.newWithoutAll
(ByteIterable elements) ImmutableByteBagFactoryImpl.of()
ImmutableByteBagFactoryImpl.of
(byte one) ImmutableByteBagFactoryImpl.of
(byte... items) ImmutableByteBagFactoryImpl.ofAll
(ByteIterable items) ImmutableByteEmptyBag.reject
(BytePredicate predicate) ImmutableByteHashBag.reject
(BytePredicate predicate) ImmutableByteSingletonBag.reject
(BytePredicate predicate) ImmutableByteEmptyBag.select
(BytePredicate predicate) ImmutableByteHashBag.select
(BytePredicate predicate) ImmutableByteSingletonBag.select
(BytePredicate predicate) ImmutableByteEmptyBag.selectByOccurrences
(IntPredicate predicate) ImmutableByteHashBag.selectByOccurrences
(IntPredicate predicate) ImmutableByteSingletonBag.selectByOccurrences
(IntPredicate predicate) ImmutableByteEmptyBag.toImmutable()
ImmutableByteHashBag.toImmutable()
ImmutableByteSingletonBag.toImmutable()
ImmutableByteBagFactoryImpl.with()
ImmutableByteBagFactoryImpl.with
(byte one) ImmutableByteBagFactoryImpl.with
(byte... items) ImmutableByteBagFactoryImpl.withAll
(ByteIterable items) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableByteBagModifier and TypeMethodDescriptionByteHashBag.toImmutable()
SynchronizedByteBag.toImmutable()
UnmodifiableByteBag.toImmutable()
-
Uses of ImmutableByteBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableByteBagModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectByte
(ByteFunction<? super V> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableByteBagModifier and TypeMethodDescriptionAbstractImmutableMap.collectByte
(ByteFunction<? super V> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableByteBagModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableByteObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableByteObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableCharObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableCharObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableCharObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableDoubleObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableDoubleObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableDoubleObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableFloatObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableFloatObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableFloatObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableIntObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableIntObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableIntObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableLongObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableLongObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableLongObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableShortObjectEmptyMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableShortObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableShortObjectSingletonMap.collectByte
(ByteFunction<? super V> byteFunction) ImmutableByteByteEmptyMap.reject
(BytePredicate predicate) ImmutableByteByteHashMap.reject
(BytePredicate predicate) ImmutableByteByteSingletonMap.reject
(BytePredicate predicate) ImmutableCharByteEmptyMap.reject
(BytePredicate predicate) ImmutableCharByteHashMap.reject
(BytePredicate predicate) ImmutableCharByteSingletonMap.reject
(BytePredicate predicate) ImmutableDoubleByteEmptyMap.reject
(BytePredicate predicate) ImmutableDoubleByteHashMap.reject
(BytePredicate predicate) ImmutableDoubleByteSingletonMap.reject
(BytePredicate predicate) ImmutableFloatByteEmptyMap.reject
(BytePredicate predicate) ImmutableFloatByteHashMap.reject
(BytePredicate predicate) ImmutableFloatByteSingletonMap.reject
(BytePredicate predicate) ImmutableIntByteEmptyMap.reject
(BytePredicate predicate) ImmutableIntByteHashMap.reject
(BytePredicate predicate) ImmutableIntByteSingletonMap.reject
(BytePredicate predicate) ImmutableLongByteEmptyMap.reject
(BytePredicate predicate) ImmutableLongByteHashMap.reject
(BytePredicate predicate) ImmutableLongByteSingletonMap.reject
(BytePredicate predicate) ImmutableShortByteEmptyMap.reject
(BytePredicate predicate) ImmutableShortByteHashMap.reject
(BytePredicate predicate) ImmutableShortByteSingletonMap.reject
(BytePredicate predicate) ImmutableByteByteEmptyMap.select
(BytePredicate predicate) ImmutableByteByteHashMap.select
(BytePredicate predicate) ImmutableByteByteSingletonMap.select
(BytePredicate predicate) ImmutableCharByteEmptyMap.select
(BytePredicate predicate) ImmutableCharByteHashMap.select
(BytePredicate predicate) ImmutableCharByteSingletonMap.select
(BytePredicate predicate) ImmutableDoubleByteEmptyMap.select
(BytePredicate predicate) ImmutableDoubleByteHashMap.select
(BytePredicate predicate) ImmutableDoubleByteSingletonMap.select
(BytePredicate predicate) ImmutableFloatByteEmptyMap.select
(BytePredicate predicate) ImmutableFloatByteHashMap.select
(BytePredicate predicate) ImmutableFloatByteSingletonMap.select
(BytePredicate predicate) ImmutableIntByteEmptyMap.select
(BytePredicate predicate) ImmutableIntByteHashMap.select
(BytePredicate predicate) ImmutableIntByteSingletonMap.select
(BytePredicate predicate) ImmutableLongByteEmptyMap.select
(BytePredicate predicate) ImmutableLongByteHashMap.select
(BytePredicate predicate) ImmutableLongByteSingletonMap.select
(BytePredicate predicate) ImmutableShortByteEmptyMap.select
(BytePredicate predicate) ImmutableShortByteHashMap.select
(BytePredicate predicate) ImmutableShortByteSingletonMap.select
(BytePredicate predicate)