|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.utils.LongMap.Entries<V>
public static class LongMap.Entries<V>
Constructor Summary | |
---|---|
LongMap.Entries(LongMap map)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<LongMap.Entry<V>> |
iterator()
|
LongMap.Entry<V> |
next()
Note the same entry instance is returned each time this method is called. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
remove |
Constructor Detail |
---|
public LongMap.Entries(LongMap map)
Method Detail |
---|
public LongMap.Entry<V> next()
next
in interface java.util.Iterator<LongMap.Entry<V>>
public boolean hasNext()
hasNext
in interface java.util.Iterator<LongMap.Entry<V>>
public java.util.Iterator<LongMap.Entry<V>> iterator()
iterator
in interface java.lang.Iterable<LongMap.Entry<V>>
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |