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-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of LongHashSet in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as LongHashSetModifier and TypeFieldDescriptionprivate LongHashSetAbstractMutableLongKeySet.SerRep.deserialized -
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