com.badlogic.gdx.utils
Class IntMap.Entry<V>

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

public static class IntMap.Entry<V>
extends Object


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

IntMap.Entry

public IntMap.Entry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.