{ "name": "JavaBinarySearcher2", "comment": "", "javadoc": "", "static": false, "implements": [], "extends": "java.lang.Object", "fields": [], "methods": [ { "name": "\u003cinit\u003e", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "binarySearch", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "buf", "type_long": "byte[]", "type_short": "byte[]", "comment": "" }, { "name": "key", "type_long": "long", "type_short": "long", "comment": "" }, { "name": "nKeys", "type_long": "int", "type_short": "int", "comment": "" } ], "return": { "type_long": "int", "type_short": "int", "comment": "" }, "throws": [] }, { "name": "getKey", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "data", "type_long": "byte[]", "type_short": "byte[]", "comment": "" }, { "name": "i", "type_long": "int", "type_short": "int", "comment": "" } ], "return": { "type_long": "long", "type_short": "long", "comment": "" }, "throws": [] } ] }