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