|
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.Values<V>
public static class LongMap.Values<V>
Constructor Summary | |
---|---|
LongMap.Values(LongMap<V> map)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<V> |
iterator()
|
V |
next()
|
Array<V> |
toArray()
Returns a new array containing the remaining values. |
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.Values(LongMap<V> map)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<V>
public V next()
next
in interface java.util.Iterator<V>
public java.util.Iterator<V> iterator()
iterator
in interface java.lang.Iterable<V>
public Array<V> toArray()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |