home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / util / HashMap$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  679 b   |  27 lines

  1. package java.util;
  2.  
  3. class HashMap$2 extends AbstractCollection {
  4.    // $FF: synthetic field
  5.    private final HashMap this$0;
  6.  
  7.    HashMap$2(HashMap var1) {
  8.       this.this$0 = var1;
  9.    }
  10.  
  11.    public Iterator iterator() {
  12.       return HashMap.access$000(this.this$0, 1);
  13.    }
  14.  
  15.    public int size() {
  16.       return HashMap.access$100(this.this$0);
  17.    }
  18.  
  19.    public boolean contains(Object var1) {
  20.       return this.this$0.containsValue(var1);
  21.    }
  22.  
  23.    public void clear() {
  24.       this.this$0.clear();
  25.    }
  26. }
  27.