com.badlogic.gdx.utils
Class ObjectFloatMap.Entry<K>

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

public static class ObjectFloatMap.Entry<K>
extends Object


Field Summary
 K key
           
 float value
           
 
Constructor Summary
ObjectFloatMap.Entry()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public K key

value

public float value
Constructor Detail

ObjectFloatMap.Entry

public ObjectFloatMap.Entry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.