com.badlogic.gdx.utils
Class ObjectIntMap.Values

java.lang.Object
  extended by com.badlogic.gdx.utils.ObjectIntMap.Values
Enclosing class:
ObjectIntMap<K>

public static class ObjectIntMap.Values
extends Object


Constructor Summary
ObjectIntMap.Values(ObjectIntMap<?> map)
           
 
Method Summary
 boolean hasNext()
           
 int next()
           
 IntArray toArray()
          Returns a new array containing the remaining values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIntMap.Values

public ObjectIntMap.Values(ObjectIntMap<?> map)
Method Detail

hasNext

public boolean hasNext()

next

public int next()

toArray

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



Copyright © 2014. All Rights Reserved.