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 / AbstractMap$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  718 b   |  28 lines

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