7273747576777879808182
if(!initialized){ if(!initialized){ initialized=true; if(this.indexList==null){ if(indexType.equals(IndexTypes.DISK_INDEX)){ this.indexList=new DiskIndexLinkedList(indexManager,root); }else{ this.indexList=new VMIndexLinkedList(root); } } }
6768697071727374757677
if (!initialized) { if (!initialized) { initialized = true; if (this.indexList == null) { if (persistentIndex) { this.indexList = new DiskIndexLinkedList(indexManager, root); } else { this.indexList = new VMIndexLinkedList(root); } } }