static LongHashSet |
LongHashSet.newSet(org.eclipse.collections.api.LongIterable source) |
static LongHashSet |
LongHashSet.newSetWith(long... source) |
LongHashSet |
LongHashSet.select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
LongHashSet |
LongHashSet.with(long element) |
LongHashSet |
LongHashSet.withAll(org.eclipse.collections.api.LongIterable elements) |
LongHashSet |
LongHashSet.without(long element) |
LongHashSet |
LongHashSet.withoutAll(org.eclipse.collections.api.LongIterable elements) |