home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- class HashMap$2 extends AbstractCollection {
- // $FF: synthetic field
- private final HashMap this$0;
-
- HashMap$2(HashMap var1) {
- this.this$0 = var1;
- }
-
- public Iterator iterator() {
- return HashMap.access$000(this.this$0, 1);
- }
-
- public int size() {
- return HashMap.access$100(this.this$0);
- }
-
- public boolean contains(Object var1) {
- return this.this$0.containsValue(var1);
- }
-
- public void clear() {
- this.this$0.clear();
- }
- }
-