home *** CD-ROM | disk | FTP | other *** search
- package sun.util;
-
- import java.util.Iterator;
- import java.util.Map;
-
- final class PreHashedMap$2$1 implements Iterator<Map.Entry<String, V>> {
- // $FF: renamed from: i java.util.Iterator
- final Iterator<String> field_0;
- // $FF: synthetic field
- final PreHashedMap.2 this$1;
-
- PreHashedMap$2$1(PreHashedMap.2 var1) {
- this.this$1 = var1;
- this.field_0 = this.this$1.this$0.keySet().iterator();
- }
-
- public boolean hasNext() {
- return this.field_0.hasNext();
- }
-
- public Map.Entry<String, V> next() {
- return new PreHashedMap.2.1.1(this);
- }
-
- public void remove() {
- throw new UnsupportedOperationException();
- }
- }
-