Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBag
Packages that use ShortHashBag
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
-
Uses of ShortHashBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ShortHashBagModifier and TypeMethodDescriptionstatic ShortHashBagShortHashBag.newBag(int size) static ShortHashBagstatic ShortHashBagShortHashBag.newBag(ShortIterable source) static ShortHashBagShortHashBag.newBagWith(short... source) ShortHashBag.newEmpty()Creates a new empty ShortHashBag.ShortHashBag.reject(ShortPredicate predicate) ShortHashBag.select(ShortPredicate predicate) ShortHashBag.selectByOccurrences(IntPredicate predicate) ShortHashBag.with(short element) ShortHashBag.with(short element1, short element2) ShortHashBag.with(short element1, short element2, short element3) ShortHashBag.withAll(ShortIterable iterable) ShortHashBag.without(short element) ShortHashBag.withoutAll(ShortIterable iterable) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortHashBag