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

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

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


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

IdentityMap.Entry

public IdentityMap.Entry()
Method Detail

toString

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