|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.mp4parser.h264.BTree
public class BTree
Simple BTree implementation needed for haffman tables
Constructor Summary | |
---|---|
BTree()
|
Method Summary | |
---|---|
void |
addString(java.lang.String path,
java.lang.Object value)
Adds a leaf value to a binary path specified by path |
BTree |
down(int b)
|
java.lang.Object |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTree()
Method Detail |
---|
public void addString(java.lang.String path, java.lang.Object value)
str
- value
- public BTree down(int b)
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |