com.badlogic.gdx.utils
Class IntFloatMap.Keys

java.lang.Object
  extended by com.badlogic.gdx.utils.IntFloatMap.Keys
Enclosing class:
IntFloatMap

public static class IntFloatMap.Keys
extends Object


Constructor Summary
IntFloatMap.Keys(IntFloatMap map)
           
 
Method Summary
 boolean hasNext()
           
 int next()
           
 IntArray 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
 

Constructor Detail

IntFloatMap.Keys

public IntFloatMap.Keys(IntFloatMap map)
Method Detail

hasNext

public boolean hasNext()

next

public int next()

toArray

public IntArray toArray()
Returns a new array containing the remaining keys.



Copyright © 2013. All Rights Reserved.