home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- import java.util.AbstractMap.1;
-
- class AbstractMap$2 implements Iterator {
- // $FF: renamed from: i java.util.Iterator
- private Iterator field_0;
- // $FF: synthetic field
- private final AbstractMap.1 this$1;
-
- AbstractMap$2(AbstractMap.1 var1) {
- this.this$1 = var1;
- this.field_0 = 1.access$000(this.this$1).entrySet().iterator();
- }
-
- public boolean hasNext() {
- return this.field_0.hasNext();
- }
-
- public Object next() {
- return ((Map.Entry)this.field_0.next()).getKey();
- }
-
- public void remove() {
- this.field_0.remove();
- }
- }
-