|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.boylesoftware.cb2.util.BTreeMap.Entry
An entry.
Field Summary | |
java.util.HashMap |
nextLevel
Collection of entries for the next level. |
java.lang.Object |
value
The entrie's value. |
Constructor Summary | |
BTreeMap.Entry()
Constructs an entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object value
null
.
public final java.util.HashMap nextLevel
Character
), values are entries (objects
of Entry
).
Constructor Detail |
public BTreeMap.Entry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |