Package | Description |
---|---|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method and Description |
---|---|
static IntHashSet |
IntHashSet.newSet(IntIterable source) |
static IntHashSet |
IntHashSet.newSetWith(int... source) |
IntHashSet |
IntHashSet.select(IntPredicate predicate) |
IntHashSet |
IntHashSet.with(int element) |
IntHashSet |
IntHashSet.withAll(IntIterable elements) |
IntHashSet |
IntHashSet.without(int element) |
IntHashSet |
IntHashSet.withoutAll(IntIterable elements) |
Constructor and Description |
---|
IntHashSet(IntHashSet set) |
Copyright © 2004–2016. All rights reserved.