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