Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
-
Packages that use ShortHashSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 ShortHashSet Modifier and Type Method Description ShortHashSetShortHashSet. newEmpty()Creates a new empty ShortHashSet.static ShortHashSetShortHashSet. newSet(ShortIterable source)static ShortHashSetShortHashSet. newSetWith(short... source)ShortHashSetShortHashSet. reject(ShortPredicate predicate)ShortHashSetShortHashSet. select(ShortPredicate predicate)ShortHashSetShortHashSet. with(short element)ShortHashSetShortHashSet. withAll(ShortIterable elements)ShortHashSetShortHashSet. without(short element)ShortHashSetShortHashSet. withoutAll(ShortIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortHashSet Constructor Description ShortHashSet(ShortHashSet set)
-