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