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

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

public static class IntIntMap.Entry<K>
extends Object


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

Field Detail

key

public int key

value

public int value
Constructor Detail

IntIntMap.Entry

public IntIntMap.Entry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.