Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
Packages that use LongHashSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of LongHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LongHashSetModifier and TypeMethodDescriptionLongHashSet.newEmpty()Creates a new empty LongHashSet.static LongHashSetLongHashSet.newSet(LongIterable source) static LongHashSetLongHashSet.newSetWith(long... source) LongHashSet.reject(LongPredicate predicate) LongHashSet.select(LongPredicate predicate) LongHashSet.with(long element) LongHashSet.withAll(LongIterable elements) LongHashSet.without(long element) LongHashSet.withoutAll(LongIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type LongHashSet