| Package | Description |
|---|---|
| com.badlogic.gdx.utils |
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderedMap.OrderedMapEntries<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ObjectMap.Entries<K,V> |
ObjectMap.entries()
Returns an iterator for the entries in the map.
|
ObjectMap.Entries<K,V> |
OrderedMap.entries()
Returns an iterator for the entries in the map.
|
ObjectMap.Entries<K,V> |
ObjectMap.iterator() |
ObjectMap.Entries<K,V> |
ObjectMap.Entries.iterator() |
ObjectMap.Entries<K,V> |
OrderedMap.iterator() |