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

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

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


Constructor Summary
ObjectFloatMap.Keys(ObjectFloatMap<K> map)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<K> iterator()
           
 K next()
           
 Array<K> toArray()
          Returns a new array containing the remaining keys.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
remove
 

Constructor Detail

ObjectFloatMap.Keys

public ObjectFloatMap.Keys(ObjectFloatMap<K> map)
Method Detail

hasNext

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

next

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

iterator

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

toArray

public Array<K> toArray()
Returns a new array containing the remaining keys.



Copyright © 2013. All Rights Reserved.