TKey - The type of the key in the dictionary.TValue - The type of the value in the dictionary.public abstract class PersistentDictionaryNode<TKey,TValue> extends Object
PersistentDictionary.
This class is not intended to be used directly by user code.