{ "name": "TranslatedRecordIterator", "comment": "", "javadoc": "", "static": false, "implements": [ "db.RecordIterator" ], "extends": "java.lang.Object", "fields": [ { "name": "it", "comment": "", "javadoc": "", "static": false, "type_long": "db.RecordIterator", "type_short": "RecordIterator", "constant_value": null }, { "name": "translator", "comment": "", "javadoc": "", "static": false, "type_long": "db.RecordTranslator", "type_short": "RecordTranslator", "constant_value": null } ], "methods": [ { "name": "\u003cinit\u003e", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "it", "type_long": "db.RecordIterator", "type_short": "RecordIterator", "comment": "" }, { "name": "translator", "type_long": "db.RecordTranslator", "type_short": "RecordTranslator", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "hasNext", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "boolean", "type_short": "boolean", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "hasPrevious", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "boolean", "type_short": "boolean", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "next", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "db.DBRecord", "type_short": "DBRecord", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "previous", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "db.DBRecord", "type_short": "DBRecord", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "delete", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "boolean", "type_short": "boolean", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] } ] }