6162636465666768697071
public Entry<String, Object> next() { final String k = keys[i++]; // return a snapshot of the current property entry return new ImmutableAttribute(k, ref.getProperty(k)); } public void remove() { throw new UnsupportedOperationException(); }