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-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ShortHashSet in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as ShortHashSetModifier and TypeFieldDescriptionprivate ShortHashSet
AbstractMutableShortKeySet.SerRep.deserialized
-
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 ShortHashSet
ShortHashSet.newSet
(ShortIterable source) static ShortHashSet
ShortHashSet.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