Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag
Packages that use BooleanHashBag
Package
Description
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 BooleanHashBagModifier and TypeMethodDescriptionstatic BooleanHashBag
BooleanHashBag.newBag
(BooleanIterable source) static BooleanHashBag
BooleanHashBag.newBagWith
(boolean... source) BooleanHashBag.with
(boolean element) BooleanHashBag.with
(boolean element1, boolean element2) BooleanHashBag.with
(boolean element1, boolean element2, boolean element3) BooleanHashBag.withAll
(BooleanIterable iterable) BooleanHashBag.without
(boolean element) BooleanHashBag.withoutAll
(BooleanIterable iterable) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanHashBag