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