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