Class BTree


  • public class BTree
    extends Object
    Simple BTree implementation needed for haffman tables
    Author:
    Stanislav Vitvitskiy
    • Constructor Detail

      • BTree

        public BTree()
    • Method Detail

      • addString

        public void addString​(String path,
                              Object value)
      • down

        public BTree down​(int b)
      • getValue

        public Object getValue()