org.fusesource.hawtdb.util
Class TreeMap.TreeEntry<K,V>

java.lang.Object
  extended by org.fusesource.hawtdb.util.TreeMap.TreeEntry<K,V>
All Implemented Interfaces:
java.io.Serializable, java.util.Map.Entry<K,V>
Enclosing class:
TreeMap<K,V>

public static class TreeMap.TreeEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>, java.io.Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object o)
           
 K getKey()
           
 V getValue()
           
 int hashCode()
           
 TreeMap.TreeEntry<K,V> next()
           
 TreeMap.TreeEntry<K,V> previous()
           
 V setValue(V val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getKey

public K getKey()
Specified by:
getKey in interface java.util.Map.Entry<K,V>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<K,V>

setValue

public V setValue(V val)
Specified by:
setValue in interface java.util.Map.Entry<K,V>

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map.Entry<K,V>
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry<K,V>
Overrides:
hashCode in class java.lang.Object

next

public TreeMap.TreeEntry<K,V> next()

previous

public TreeMap.TreeEntry<K,V> previous()

toString

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


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.