Exemplo n.º 1
0
 public IndexedWord makeSoftCopy(int count) {
   IndexedWord copy = new IndexedWord(label);
   copy.setCopyCount(count);
   copy.original = this;
   return copy;
 }