com.badlogic.gdx.utils
Class ObjectMap.Entry<K,V>

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

public static class ObjectMap.Entry<K,V>
extends Object


Field Summary
 K key
           
 V value
           
 
Constructor Summary
ObjectMap.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 V value
Constructor Detail

ObjectMap.Entry

public ObjectMap.Entry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.