24252627282930
public int length() { return data.length; } public Iterator<String> iterator() { return new UrnIterator(this); }