示例#1
0
 public HashIndex(Index<? extends E> index) {
   this();
   // TODO: this assumes that no index supports deletion
   addAll(index.objectsList());
 }
示例#2
0
 public HashIndex(Index<? extends E> index) {
   this();
   addAll(index.objectsList());
 }