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 map)
Creates a new map identical to the specified map.
|
IntSetIterator(IntSet set) |