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
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
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 MutableByteBagMutableBag.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 MutableByteBagMutableByteBag.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 MutableByteBagMutableByteBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableByteBagMutableByteBag.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)