|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldman.collection.ordered.digitized.AbstractTrieNode<E>
goldman.collection.ordered.digitized.AbstractTrieLeafNode<E>
goldman.collection.ordered.digitized.Trie.LeafNode
goldman.collection.ordered.digitized.CompressedTrie.LeafNode
protected class CompressedTrie.LeafNode
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 |
---|
public int bp()
CompressedTrieNode
bp
in interface CompressedTrieNode<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |