Package | Description |
---|---|
com.badlogic.gdx.utils |
Modifier and Type | Method and Description |
---|---|
ObjectIntMap.Entry<K> |
ObjectIntMap.Entries.next()
Note the same entry instance is returned each time this method is called.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ObjectIntMap.Entry<K>> |
ObjectIntMap.iterator() |
java.util.Iterator<ObjectIntMap.Entry<K>> |
ObjectIntMap.Entries.iterator() |