com.esotericsoftware.kryo.util
Class ObjectMap.Entry<K,V>

java.lang.Object
  extended by com.esotericsoftware.kryo.util.ObjectMap.Entry<K,V>
Enclosing class:
ObjectMap<K,V>

public static class ObjectMap.Entry<K,V>
extends java.lang.Object


Field Summary
 K key
           
 V value
           
 
Constructor Summary
ObjectMap.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 K key

value

public V value
Constructor Detail

ObjectMap.Entry

public ObjectMap.Entry()
Method Detail

toString

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