com.badlogic.gdx.utils
Class IntMap.Keys

java.lang.Object
  extended by com.badlogic.gdx.utils.IntMap.Keys
Enclosing class:
IntMap<V>

public static class IntMap.Keys
extends Object


Constructor Summary
IntMap.Keys(IntMap map)
           
 
Method Summary
 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

IntMap.Keys

public IntMap.Keys(IntMap map)
Method Detail

next

public int next()

toArray

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



Copyright © 2013. All Rights Reserved.