Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag
-
Packages that use ByteHashBag Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces. -
-
Uses of ByteHashBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ByteHashBag Modifier and Type Method Description static ByteHashBagByteHashBag. newBag(int size)static ByteHashBagByteHashBag. newBag(ByteBag source)static ByteHashBagByteHashBag. newBag(ByteIterable source)static ByteHashBagByteHashBag. newBagWith(byte... source)ByteHashBagByteHashBag. newEmpty()Creates a new empty ByteHashBag.ByteHashBagByteHashBag. reject(BytePredicate predicate)ByteHashBagByteHashBag. select(BytePredicate predicate)ByteHashBagByteHashBag. selectByOccurrences(IntPredicate predicate)ByteHashBagByteHashBag. with(byte element)ByteHashBagByteHashBag. with(byte element1, byte element2)ByteHashBagByteHashBag. with(byte element1, byte element2, byte element3)ByteHashBagByteHashBag. withAll(ByteIterable iterable)ByteHashBagByteHashBag. without(byte element)ByteHashBagByteHashBag. withoutAll(ByteIterable iterable)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ByteHashBag Constructor Description ByteHashBag(ByteHashBag bag)
-