goldman.collection.ordered.digitized
Class CompressedTrie.LeafNode

java.lang.Object
  extended by goldman.collection.ordered.digitized.AbstractTrieNode<E>
      extended by goldman.collection.ordered.digitized.AbstractTrieLeafNode<E>
          extended by goldman.collection.ordered.digitized.Trie.LeafNode
              extended by goldman.collection.ordered.digitized.CompressedTrie.LeafNode
All Implemented Interfaces:
CompressedTrieNode<E>, TrieLeafNode<E>, TrieNode<E>
Direct Known Subclasses:
PatriciaTrie.Node
Enclosing class:
CompressedTrie<E>

protected class CompressedTrie.LeafNode
extends Trie.LeafNode
implements CompressedTrieNode<E>, TrieLeafNode<E>


Method Summary
 int bp()
          Returns the position of the digit used for branching at this node.
 
Methods inherited from class goldman.collection.ordered.digitized.Trie.LeafNode
data, toString
 
Methods inherited from class goldman.collection.ordered.digitized.AbstractTrieLeafNode
addAfter, isDeleted, isLeaf, markDeleted, next, prev, remove, setNext, setPrev
 
Methods inherited from class goldman.collection.ordered.digitized.AbstractTrieNode
child, parent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface goldman.collection.ordered.digitized.TrieNode
child, data, isLeaf, parent, setParent
 
Methods inherited from interface goldman.collection.ordered.digitized.TrieLeafNode
addAfter, isDeleted, markDeleted, next, prev, remove, setNext, setPrev
 
Methods inherited from interface goldman.collection.ordered.digitized.TrieNode
child, data, isLeaf, parent, setParent
 

Method Detail

bp

public int bp()
Description copied from interface: CompressedTrieNode
Returns the position of the digit used for branching at this node.

Specified by:
bp in interface CompressedTrieNode<E>
Returns:
the branch position for this LeafNode