示例#1
0
 private long nextStringBlockId() {
   return stringPropertyStore.nextBlockId();
 }
 public int nextNameId() {
   return (int) nameStore.nextBlockId();
 }