|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.utils.ObjectIntMap.Entries<K>
public static class ObjectIntMap.Entries<K>
Constructor Summary | |
---|---|
ObjectIntMap.Entries(ObjectIntMap<K> map)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<ObjectIntMap.Entry<K>> |
iterator()
|
ObjectIntMap.Entry<K> |
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 ObjectIntMap.Entries(ObjectIntMap<K> map)
Method Detail |
---|
public ObjectIntMap.Entry<K> next()
next
in interface java.util.Iterator<ObjectIntMap.Entry<K>>
public boolean hasNext()
hasNext
in interface java.util.Iterator<ObjectIntMap.Entry<K>>
public java.util.Iterator<ObjectIntMap.Entry<K>> iterator()
iterator
in interface java.lang.Iterable<ObjectIntMap.Entry<K>>
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |