Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableByteBag
-
Packages that use ImmutableByteBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
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.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.org.eclipse.collections.impl.map.immutable.primitive 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 Modifier and Type Method Description ImmutableByteBag
ImmutableBag. collectByte(ByteFunction<? super T> byteFunction)
-
Uses of ImmutableByteBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ImmutableByteBag. newWith(byte element)
ImmutableByteBag
ImmutableByteBag. newWithAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteBag. newWithout(byte element)
ImmutableByteBag
ImmutableByteBag. newWithoutAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteBag. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteBag. select(BytePredicate predicate)
ImmutableByteBag
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)
ImmutableByteBag
ByteBag. toImmutable()
Returns an immutable copy of this bag.ImmutableByteBag
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 ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ImmutableByteBagFactory. empty()
ImmutableByteBag
ImmutableByteBagFactory. of()
Same asImmutableByteBagFactory.empty()
.ImmutableByteBag
ImmutableByteBagFactory. of(byte one)
Same asImmutableByteBagFactory.with(byte)
.ImmutableByteBag
ImmutableByteBagFactory. of(byte... items)
Same asImmutableByteBagFactory.with(byte[])
.ImmutableByteBag
ImmutableByteBagFactory. ofAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteBag
ImmutableByteBagFactory. ofAll(ByteIterable items)
ImmutableByteBag
ImmutableByteBagFactory. with()
Same asImmutableByteBagFactory.empty()
.ImmutableByteBag
ImmutableByteBagFactory. with(byte one)
ImmutableByteBag
ImmutableByteBagFactory. with(byte... items)
ImmutableByteBag
ImmutableByteBagFactory. withAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteBag
ImmutableByteBagFactory. withAll(ByteIterable items)
-
Uses of ImmutableByteBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ImmutableMap. collectByte(ByteFunction<? super V> byteFunction)
-
Uses of ImmutableByteBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ImmutablePrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableByteByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteByteMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteMap. select(BytePredicate predicate)
-
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
AbstractImmutableBag. collectByte(ByteFunction<? super T> byteFunction)
ImmutableByteBag
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 ImmutableByteBag Modifier and Type Class Description (package private) class
ImmutableByteEmptyBag
ImmutableByteEmptyBag is an optimization forImmutableByteBag
of size 0.(package private) class
ImmutableByteHashBag
ImmutableByteHashBag is the non-modifiable equivalent ofByteHashBag
.(package private) class
ImmutableByteSingletonBag
ImmutableByteSingletonBag is an optimization forImmutableByteBag
of size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableByteBag Modifier and Type Field Description (package private) static ImmutableByteBag
ImmutableByteEmptyBag. INSTANCE
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ImmutableByteBagFactoryImpl. empty()
ImmutableByteBag
ImmutableByteEmptyBag. newWith(byte element)
ImmutableByteBag
ImmutableByteHashBag. newWith(byte element)
ImmutableByteBag
ImmutableByteSingletonBag. newWith(byte element)
ImmutableByteBag
ImmutableByteEmptyBag. newWithAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteHashBag. newWithAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteSingletonBag. newWithAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteEmptyBag. newWithout(byte element)
ImmutableByteBag
ImmutableByteHashBag. newWithout(byte element)
ImmutableByteBag
ImmutableByteSingletonBag. newWithout(byte element)
ImmutableByteBag
ImmutableByteEmptyBag. newWithoutAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteHashBag. newWithoutAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteSingletonBag. newWithoutAll(ByteIterable elements)
ImmutableByteBag
ImmutableByteBagFactoryImpl. of()
ImmutableByteBag
ImmutableByteBagFactoryImpl. of(byte one)
ImmutableByteBag
ImmutableByteBagFactoryImpl. of(byte... items)
ImmutableByteBag
ImmutableByteBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteBag
ImmutableByteBagFactoryImpl. ofAll(ByteIterable items)
ImmutableByteBag
ImmutableByteEmptyBag. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteHashBag. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteSingletonBag. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteEmptyBag. select(BytePredicate predicate)
ImmutableByteBag
ImmutableByteHashBag. select(BytePredicate predicate)
ImmutableByteBag
ImmutableByteSingletonBag. select(BytePredicate predicate)
ImmutableByteBag
ImmutableByteEmptyBag. selectByOccurrences(IntPredicate predicate)
ImmutableByteBag
ImmutableByteHashBag. selectByOccurrences(IntPredicate predicate)
ImmutableByteBag
ImmutableByteSingletonBag. selectByOccurrences(IntPredicate predicate)
ImmutableByteBag
ImmutableByteEmptyBag. toImmutable()
ImmutableByteBag
ImmutableByteHashBag. toImmutable()
ImmutableByteBag
ImmutableByteSingletonBag. toImmutable()
ImmutableByteBag
ImmutableByteBagFactoryImpl. with()
ImmutableByteBag
ImmutableByteBagFactoryImpl. with(byte one)
ImmutableByteBag
ImmutableByteBagFactoryImpl. with(byte... items)
ImmutableByteBag
ImmutableByteBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteBag
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 ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ByteHashBag. toImmutable()
ImmutableByteBag
SynchronizedByteBag. toImmutable()
ImmutableByteBag
UnmodifiableByteBag. toImmutable()
-
Uses of ImmutableByteBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
AbstractImmutableBiMap. 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 ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
AbstractImmutableMap. 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 ImmutableByteBag Modifier and Type Method Description ImmutableByteBag
ImmutableByteObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableByteObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableByteObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableCharObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableCharObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableCharObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableDoubleObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableDoubleObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableDoubleObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableFloatObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableFloatObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableFloatObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableIntObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableIntObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableIntObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableLongObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableLongObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableLongObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableShortObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableShortObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableShortObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)
ImmutableByteBag
ImmutableByteByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteEmptyMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteHashMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteSingletonMap. reject(BytePredicate predicate)
ImmutableByteBag
ImmutableByteByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableByteByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableByteByteSingletonMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableCharByteSingletonMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableDoubleByteSingletonMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableFloatByteSingletonMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableIntByteSingletonMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableLongByteSingletonMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteEmptyMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteHashMap. select(BytePredicate predicate)
ImmutableByteBag
ImmutableShortByteSingletonMap. select(BytePredicate predicate)
-