Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableByteBag
Packages that use MutableByteBag
Package
Description
This package contains interfaces for Eclipse Collections API.
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
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
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 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 mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableByteBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableByteBagModifier and TypeMethodDescriptionByteIterable.toBag()
Converts the ByteIterable to a new MutableByteBag. -
Uses of MutableByteBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableByteBagModifier and TypeMethodDescriptiondefault MutableByteBag
MutableBag.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableByteBagModifier and TypeMethodDescriptionMutableByteBag.asSynchronized()
MutableByteBag.asUnmodifiable()
default MutableByteBag
MutableByteBag.newEmpty()
Creates a new empty mutable version of the same Bag type.MutableByteBag.reject
(BytePredicate predicate) MutableByteBag.select
(BytePredicate predicate) MutableByteBag.selectByOccurrences
(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableByteBag
MutableByteBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableByteBag
MutableByteBag.tap
(ByteProcedure procedure) MutableByteBag.with
(byte element) MutableByteBag.withAll
(ByteIterable elements) MutableByteBag.without
(byte element) MutableByteBag.withoutAll
(ByteIterable elements) -
Uses of MutableByteBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableByteBagModifier and TypeMethodDescriptionMutableByteBagFactory.empty()
MutableByteBagFactory.of()
Same asMutableByteBagFactory.empty()
.MutableByteBagFactory.of
(byte... items) Same asMutableByteBagFactory.with(byte[])
.MutableByteBagFactory.ofAll
(ByteIterable items) MutableByteBagFactory.with()
Same asMutableByteBagFactory.empty()
.MutableByteBagFactory.with
(byte... items) MutableByteBagFactory.withAll
(ByteIterable items) -
Uses of MutableByteBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectByte
(ByteFunction<? super V> byteFunction) MutableByteValuesMap.reject
(BytePredicate predicate) MutableByteValuesMap.select
(BytePredicate predicate) -
Uses of MutableByteBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableByteBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectByte
(ByteFunction<? super T> byteFunction) SynchronizedBag.collectByte
(ByteFunction<? super T> byteFunction) UnmodifiableBag.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableByteBagModifier 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 MutableByteBagModifier and TypeMethodDescriptionByteHashBag.asSynchronized()
SynchronizedByteBag.asSynchronized()
UnmodifiableByteBag.asSynchronized()
ByteHashBag.asUnmodifiable()
SynchronizedByteBag.asUnmodifiable()
UnmodifiableByteBag.asUnmodifiable()
MutableByteBagFactoryImpl.empty()
SynchronizedByteBag.newEmpty()
UnmodifiableByteBag.newEmpty()
MutableByteBagFactoryImpl.of()
MutableByteBagFactoryImpl.of
(byte... items) MutableByteBagFactoryImpl.ofAll
(ByteIterable items) SynchronizedByteBag.reject
(BytePredicate predicate) UnmodifiableByteBag.reject
(BytePredicate predicate) SynchronizedByteBag.select
(BytePredicate predicate) UnmodifiableByteBag.select
(BytePredicate predicate) SynchronizedByteBag.selectByOccurrences
(IntPredicate predicate) UnmodifiableByteBag.selectByOccurrences
(IntPredicate predicate) MutableByteBagFactoryImpl.with()
MutableByteBagFactoryImpl.with
(byte... items) MutableByteBagFactoryImpl.withAll
(ByteIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableByteBagModifier and TypeMethodDescriptionAbstractMutableMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedMutableMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableMutableMap.collectByte
(ByteFunction<? super V> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteBagModifier and TypeMethodDescriptionByteObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) CharObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) DoubleObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) FloatObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) IntObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) LongObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) ShortObjectHashMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedByteObjectMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedCharObjectMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedDoubleObjectMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedFloatObjectMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedIntObjectMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedLongObjectMap.collectByte
(ByteFunction<? super V> byteFunction) SynchronizedShortObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableByteObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableCharObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableDoubleObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableFloatObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableIntObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableLongObjectMap.collectByte
(ByteFunction<? super V> byteFunction) UnmodifiableShortObjectMap.collectByte
(ByteFunction<? super V> byteFunction) AbstractMutableByteValuesMap.reject
(BytePredicate predicate) SynchronizedByteByteMap.reject
(BytePredicate predicate) SynchronizedCharByteMap.reject
(BytePredicate predicate) SynchronizedDoubleByteMap.reject
(BytePredicate predicate) SynchronizedFloatByteMap.reject
(BytePredicate predicate) SynchronizedIntByteMap.reject
(BytePredicate predicate) SynchronizedLongByteMap.reject
(BytePredicate predicate) SynchronizedShortByteMap.reject
(BytePredicate predicate) UnmodifiableByteByteMap.reject
(BytePredicate predicate) UnmodifiableCharByteMap.reject
(BytePredicate predicate) UnmodifiableDoubleByteMap.reject
(BytePredicate predicate) UnmodifiableFloatByteMap.reject
(BytePredicate predicate) UnmodifiableIntByteMap.reject
(BytePredicate predicate) UnmodifiableLongByteMap.reject
(BytePredicate predicate) UnmodifiableShortByteMap.reject
(BytePredicate predicate) AbstractMutableByteValuesMap.select
(BytePredicate predicate) SynchronizedByteByteMap.select
(BytePredicate predicate) SynchronizedCharByteMap.select
(BytePredicate predicate) SynchronizedDoubleByteMap.select
(BytePredicate predicate) SynchronizedFloatByteMap.select
(BytePredicate predicate) SynchronizedIntByteMap.select
(BytePredicate predicate) SynchronizedLongByteMap.select
(BytePredicate predicate) SynchronizedShortByteMap.select
(BytePredicate predicate) UnmodifiableByteByteMap.select
(BytePredicate predicate) UnmodifiableCharByteMap.select
(BytePredicate predicate) UnmodifiableDoubleByteMap.select
(BytePredicate predicate) UnmodifiableFloatByteMap.select
(BytePredicate predicate) UnmodifiableIntByteMap.select
(BytePredicate predicate) UnmodifiableLongByteMap.select
(BytePredicate predicate) UnmodifiableShortByteMap.select
(BytePredicate predicate) AbstractMutableByteKeySet.toBag()
ObjectByteHashMap.toBag()
ObjectByteHashMapWithHashingStrategy.toBag()
SynchronizedByteByteMap.toBag()
SynchronizedCharByteMap.toBag()
SynchronizedDoubleByteMap.toBag()
SynchronizedFloatByteMap.toBag()
SynchronizedIntByteMap.toBag()
SynchronizedLongByteMap.toBag()
SynchronizedObjectByteMap.toBag()
SynchronizedShortByteMap.toBag()
UnmodifiableByteByteMap.toBag()
UnmodifiableCharByteMap.toBag()
UnmodifiableDoubleByteMap.toBag()
UnmodifiableFloatByteMap.toBag()
UnmodifiableIntByteMap.toBag()
UnmodifiableLongByteMap.toBag()
UnmodifiableObjectByteMap.toBag()
UnmodifiableShortByteMap.toBag()
-
Uses of MutableByteBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableByteBag -
Uses of MutableByteBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableByteBag