libgdx API

com.badlogic.gdx.utils
Class IntIntMap.Values

java.lang.Object
  extended by com.badlogic.gdx.utils.IntIntMap.Values
Enclosing class:
IntIntMap

public static class IntIntMap.Values
extends java.lang.Object


Constructor Summary
IntIntMap.Values(IntIntMap map)
           
 
Method Summary
 boolean hasNext()
           
 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

IntIntMap.Values

public IntIntMap.Values(IntIntMap map)
Method Detail

hasNext

public boolean hasNext()

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)