libgdx API

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 java.lang.Object


Field Summary
 int key
           
 int value
           
 
Constructor Summary
IntIntMap.Entry()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)