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