Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
Packages that use ShortHashSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ShortHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ShortHashSetModifier and TypeMethodDescriptionShortHashSet.newEmpty()Creates a new empty ShortHashSet.static ShortHashSetShortHashSet.newSet(ShortIterable source) static ShortHashSetShortHashSet.newSetWith(short... source) ShortHashSet.reject(ShortPredicate predicate) ShortHashSet.select(ShortPredicate predicate) ShortHashSet.with(short element) ShortHashSet.withAll(ShortIterable elements) ShortHashSet.without(short element) ShortHashSet.withoutAll(ShortIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortHashSet