libgdx API

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 java.lang.Object


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

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 values.


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)