public ArangoCursorIterator(ArangoCursor <T> cursor, ArangoCursorExecute execute, InternalArangoDatabase <ArangoExecutor <object, Connection>, object, Connection> db, CursorEntity result) : base() { this.cursor = cursor; this.execute = execute; this.db = db; this.result = result; this.pos = 0; }
public _ResponseDeserializer_90(InternalArangoDatabase <E, R, C> _enclosing) { this._enclosing = _enclosing; }
public _ResponseDeserializer_271(InternalArangoDatabase <E, R, C> _enclosing, java.lang.Class type) { this._enclosing = _enclosing; this.type = type; }