| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectiitb.con.util.KeyList.Entry<K,V>
K - KeyV - Valuepublic static class KeyList.Entry<K extends java.lang.Comparable<K>,V>
Generic class for key-value pair data
| Constructor Summary | |
|---|---|
KeyList.Entry()
 | 
|
KeyList.Entry(K key,
                           V value)
 | 
|
| Method Summary | |
|---|---|
 int | 
compareTo(KeyList.Entry<K,V> node)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public KeyList.Entry()
public KeyList.Entry(K key,
                     V value)
| Method Detail | 
|---|
public int compareTo(KeyList.Entry<K,V> node)
compareTo in interface java.lang.Comparable<KeyList.Entry<K extends java.lang.Comparable<K>,V>>
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||