com.badlogic.gdx.utils
Class ArrayMap.Keys<K>

java.lang.Object
  extended by com.badlogic.gdx.utils.ArrayMap.Keys<K>
All Implemented Interfaces:
Iterable<K>, Iterator<K>
Enclosing class:
ArrayMap<K,V>

public static class ArrayMap.Keys<K>
extends Object
implements Iterable<K>, Iterator<K>


Constructor Summary
ArrayMap.Keys(ArrayMap<K,Object> map)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<K> iterator()
           
 K next()
           
 void remove()
           
 void reset()
           
 Array<K> toArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayMap.Keys

public ArrayMap.Keys(ArrayMap<K,Object> map)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<K>

iterator

public Iterator<K> iterator()
Specified by:
iterator in interface Iterable<K>

next

public K next()
Specified by:
next in interface Iterator<K>

remove

public void remove()
Specified by:
remove in interface Iterator<K>

reset

public void reset()

toArray

public Array<K> toArray()


Copyright © 2013. All Rights Reserved.