Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableByteBag
-
Packages that use MutableByteBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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 ofMaporg.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. -
-
Uses of MutableByteBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableByteBag Modifier and Type Method Description MutableByteBagByteIterable. 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 MutableByteBag Modifier and Type Method Description default 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 MutableByteBag Modifier and Type Method Description MutableByteBagMutableByteBag. asSynchronized()MutableByteBagMutableByteBag. asUnmodifiable()default MutableByteBagMutableByteBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableByteBagMutableByteBag. reject(BytePredicate predicate)MutableByteBagMutableByteBag. select(BytePredicate predicate)MutableByteBagMutableByteBag. 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)MutableByteBagMutableByteBag. with(byte element)MutableByteBagMutableByteBag. withAll(ByteIterable elements)MutableByteBagMutableByteBag. without(byte element)MutableByteBagMutableByteBag. 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 MutableByteBag Modifier and Type Method Description MutableByteBagMutableByteBagFactory. empty()MutableByteBagMutableByteBagFactory. of()Same asMutableByteBagFactory.empty().MutableByteBagMutableByteBagFactory. of(byte... items)Same asMutableByteBagFactory.with(byte[]).MutableByteBagMutableByteBagFactory. ofAll(Iterable<Byte> iterable)MutableByteBagMutableByteBagFactory. ofAll(ByteIterable items)MutableByteBagMutableByteBagFactory. with()Same asMutableByteBagFactory.empty().MutableByteBagMutableByteBagFactory. with(byte... items)MutableByteBagMutableByteBagFactory. withAll(Iterable<Byte> iterable)MutableByteBagMutableByteBagFactory. withAll(ByteIterable items) -
Uses of MutableByteBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableByteBag Modifier and Type Method Description MutableByteBagMutableMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagMutablePrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagMutableByteValuesMap. reject(BytePredicate predicate)MutableByteBagMutableByteValuesMap. select(BytePredicate predicate)
-