com.jme3.util
Class IntMap.Entry<T>

java.lang.Object
  extended by com.jme3.util.IntMap.Entry<T>
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
IntMap<T>

public static final class IntMap.Entry<T>
extends java.lang.Object
implements java.lang.Cloneable


Method Summary
 IntMap.Entry<T> clone()
           
 int getKey()
           
 T getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getKey

public int getKey()

getValue

public T getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public IntMap.Entry<T> clone()
Overrides:
clone in class java.lang.Object