Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag
-
Packages that use BooleanHashBag Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces. -
-
Uses of BooleanHashBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return BooleanHashBag Modifier and Type Method Description static BooleanHashBagBooleanHashBag. newBag(BooleanIterable source)static BooleanHashBagBooleanHashBag. newBagWith(boolean... source)BooleanHashBagBooleanHashBag. with(boolean element)BooleanHashBagBooleanHashBag. with(boolean element1, boolean element2)BooleanHashBagBooleanHashBag. with(boolean element1, boolean element2, boolean element3)BooleanHashBagBooleanHashBag. withAll(BooleanIterable iterable)BooleanHashBagBooleanHashBag. without(boolean element)BooleanHashBagBooleanHashBag. withoutAll(BooleanIterable iterable)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanHashBag Constructor Description BooleanHashBag(BooleanHashBag bag)
-