Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBag
| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable.primitive |
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 ShortHashBag Modifier and Type Method Description static ShortHashBagShortHashBag. newBag(int size)static ShortHashBagShortHashBag. newBag(ShortBag source)static ShortHashBagShortHashBag. newBag(ShortIterable source)static ShortHashBagShortHashBag. newBagWith(short... source)ShortHashBagShortHashBag. newEmpty()Creates a new empty ShortHashBag.ShortHashBagShortHashBag. reject(ShortPredicate predicate)ShortHashBagShortHashBag. select(ShortPredicate predicate)ShortHashBagShortHashBag. selectByOccurrences(IntPredicate predicate)ShortHashBagShortHashBag. with(short element)ShortHashBagShortHashBag. with(short element1, short element2)ShortHashBagShortHashBag. with(short element1, short element2, short element3)ShortHashBagShortHashBag. withAll(ShortIterable iterable)ShortHashBagShortHashBag. without(short element)ShortHashBagShortHashBag. withoutAll(ShortIterable iterable)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortHashBag Constructor Description ShortHashBag(ShortHashBag bag)