info.rolandkrueger.roklib.util
Class TernarySearchTreeMap.TSTEntry<EntryK extends CharSequence,EntryV extends V>

java.lang.Object
  extended by info.rolandkrueger.roklib.util.TernarySearchTreeMap.TSTEntry<EntryK,EntryV>
All Implemented Interfaces:
Serializable, Map.Entry<EntryK,EntryV>
Enclosing class:
TernarySearchTreeMap<V>

private class TernarySearchTreeMap.TSTEntry<EntryK extends CharSequence,EntryV extends V>
extends Object
implements Map.Entry<EntryK,EntryV>, Serializable


Field Summary
private  EntryK mKey
           
private  EntryV mValue
           
private static long serialVersionUID
           
 
Constructor Summary
TernarySearchTreeMap.TSTEntry(EntryK key, EntryV value)
           
 
Method Summary
 boolean equals(Object other)
           
 EntryK getKey()
           
 EntryV getValue()
           
 int hashCode()
           
 EntryV setValue(EntryV value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mKey

private EntryK extends CharSequence mKey

mValue

private EntryV extends V mValue
Constructor Detail

TernarySearchTreeMap.TSTEntry

public TernarySearchTreeMap.TSTEntry(EntryK key,
                                     EntryV value)
Method Detail

equals

public boolean equals(Object other)
Specified by:
equals in interface Map.Entry<EntryK extends CharSequence,EntryV extends V>
Overrides:
equals in class Object

getKey

public EntryK getKey()
Specified by:
getKey in interface Map.Entry<EntryK extends CharSequence,EntryV extends V>

getValue

public EntryV getValue()
Specified by:
getValue in interface Map.Entry<EntryK extends CharSequence,EntryV extends V>

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry<EntryK extends CharSequence,EntryV extends V>
Overrides:
hashCode in class Object

setValue

public EntryV setValue(EntryV value)
Specified by:
setValue in interface Map.Entry<EntryK extends CharSequence,EntryV extends V>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011. All Rights Reserved.