コード例 #1
0
  private void releaseTree() {
    if (collectionPointer == null) return;

    collectionManager.releaseSBTree(collectionPointer);
  }
コード例 #2
0
  private OSBTreeBonsai<OIdentifiable, Integer> loadTree() {
    if (collectionPointer == null) return null;

    return collectionManager.loadSBTree(collectionPointer);
  }