com.boylesoftware.cb2.util
Class BTreeMap.Entry

java.lang.Object
  extended bycom.boylesoftware.cb2.util.BTreeMap.Entry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BTreeMap

protected class BTreeMap.Entry
extends java.lang.Object
implements java.io.Serializable

An entry.

See Also:
Serialized Form

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

value

public java.lang.Object value
The entrie's value. May be null.


nextLevel

public final java.util.HashMap nextLevel
Collection of entries for the next level. The keys are letters (objects of Character), values are entries (objects of Entry).

Constructor Detail

BTreeMap.Entry

public BTreeMap.Entry()
Constructs an entry.



Copyright © 2002,2003,2004 - Boyle Software, Inc.