libgdx API

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 java.lang.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
clone, equals, finalize, 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.


libgdx API

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