120112021203120412051206120712081209
public synchronized Label convertLabelToLabel(Label label) { Label outcome = labelDatabase.get(label); if (outcome == null) { outcome = new StringLabelInt(label.toErlangTerm(), nextID++);labelDatabase.put(outcome,outcome); } return outcome; }
119511961197119811991200120112021203
public Label convertLabelToLabel(Label label) { Label outcome = labelDatabase.get(label); if (outcome == null) { outcome = new StringLabelInt(label.toErlangTerm(), nextID++);labelDatabase.put(outcome,outcome); } return outcome; }