Package | Description |
---|---|
com.badlogic.gdx.utils |
Modifier and Type | Method and Description |
---|---|
static IntSet |
IntSet.with(int... array) |
Modifier and Type | Method and Description |
---|---|
void |
IntSet.addAll(IntSet set) |
Constructor and Description |
---|
IntSet(IntSet set)
Creates a new set identical to the specified set.
|
IntSetIterator(IntSet set) |