Пример #1
0
 /**
  * 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());
 }