private void releaseTree() { if (collectionPointer == null) return; collectionManager.releaseSBTree(collectionPointer); }
private OSBTreeBonsai<OIdentifiable, Integer> loadTree() { if (collectionPointer == null) return null; return collectionManager.loadSBTree(collectionPointer); }