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

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

public static class ObjectIntMap.Entry<K>
extends Object


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

ObjectIntMap.Entry

public ObjectIntMap.Entry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.