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

  1. package java.util;
  2.  
  3. import java.io.Serializable;
  4.  
  5. class Collections$EmptySet extends AbstractSet implements Serializable {
  6.    private static final long serialVersionUID = 1582296315990362920L;
  7.  
  8.    private Collections$EmptySet() {
  9.    }
  10.  
  11.    public Iterator iterator() {
  12.       return new Collections.4(this);
  13.    }
  14.  
  15.    public int size() {
  16.       return 0;
  17.    }
  18.  
  19.    public boolean contains(Object var1) {
  20.       return false;
  21.    }
  22.  
  23.    // $FF: synthetic method
  24.    Collections$EmptySet(Collections.1 var1) {
  25.       this();
  26.    }
  27. }
  28.