예제 #1
0
파일: Data.java 프로젝트: JosuaKrause/basex
 /**
  * Inserts the internal buffer to the storage without updating the table structure.
  *
  * @param pre insert position
  */
 public final void insert(final int pre) {
   table.insert(pre, buffer());
 }