Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.IntHashBag
Packages that use IntHashBag
Package
Description
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 IntHashBagModifier and TypeMethodDescriptionstatic IntHashBag
IntHashBag.newBag
(int size) static IntHashBag
static IntHashBag
IntHashBag.newBag
(IntIterable source) static IntHashBag
IntHashBag.newBagWith
(int... source) IntHashBag.newEmpty()
Creates a new empty IntHashBag.IntHashBag.reject
(IntPredicate predicate) IntHashBag.select
(IntPredicate predicate) IntHashBag.selectByOccurrences
(IntPredicate predicate) IntHashBag.with
(int element) IntHashBag.with
(int element1, int element2) IntHashBag.with
(int element1, int element2, int element3) IntHashBag.withAll
(IntIterable iterable) IntHashBag.without
(int element) IntHashBag.withoutAll
(IntIterable iterable) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntHashBag