Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
-
Packages that use ShortHashSet Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.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.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as ShortHashSet Modifier and Type Field Description private 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 ShortHashSet Modifier and Type Method Description ShortHashSet
ShortHashSet. newEmpty()
Creates a new empty ShortHashSet.static ShortHashSet
ShortHashSet. newSet(ShortIterable source)
static ShortHashSet
ShortHashSet. newSetWith(short... source)
ShortHashSet
ShortHashSet. reject(ShortPredicate predicate)
ShortHashSet
ShortHashSet. select(ShortPredicate predicate)
ShortHashSet
ShortHashSet. with(short element)
ShortHashSet
ShortHashSet. withAll(ShortIterable elements)
ShortHashSet
ShortHashSet. without(short element)
ShortHashSet
ShortHashSet. withoutAll(ShortIterable elements)
Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortHashSet Constructor Description ShortHashSet(ShortHashSet set)
-