| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g2d | |
| com.badlogic.gdx.utils |
| Modifier and Type | Method and Description |
|---|---|
ObjectSet<Texture> |
TextureAtlas.getTextures() |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedSet<T>
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjectSet<T> |
ObjectSet.with(T... array) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectSet.addAll(ObjectSet<T> set) |
| Constructor and Description |
|---|
ObjectSet(ObjectSet set)
Creates a new set identical to the specified set.
|
ObjectSetIterator(ObjectSet<K> set) |