Пример #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);
  }