goldman.collection.ordered.digitized
Interface CompressedTrieNode<E>

All Superinterfaces:
TrieNode<E>
All Known Implementing Classes:
CompressedTrie.InternalNode, CompressedTrie.LeafNode, PatriciaTrie.Node

public interface CompressedTrieNode<E>
extends TrieNode<E>

The CompressedTrieNode interface must be supported by any class defining objects to be used as nodes in a compressed trie.


Method Summary
 int bp()
          Returns the position of the digit used for branching at this node.
 
Methods inherited from interface goldman.collection.ordered.digitized.TrieNode
child, data, isLeaf, parent, setParent
 

Method Detail

bp

int bp()
Returns the position of the digit used for branching at this node.