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