com.badlogic.gdx.utils
Class IntFloatMap.Values

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

public static class IntFloatMap.Values
extends Object


Constructor Summary
IntFloatMap.Values(IntFloatMap map)
           
 
Method Summary
 boolean hasNext()
           
 float next()
           
 FloatArray 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

IntFloatMap.Values

public IntFloatMap.Values(IntFloatMap map)
Method Detail

hasNext

public boolean hasNext()

next

public float next()

toArray

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



Copyright © 2013. All Rights Reserved.