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$4.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  654 b   |  23 lines

  1. package java.util;
  2.  
  3. class Collections$4 implements Iterator {
  4.    // $FF: synthetic field
  5.    private final Collections.EmptySet this$0;
  6.  
  7.    Collections$4(Collections.EmptySet var1) {
  8.       this.this$0 = var1;
  9.    }
  10.  
  11.    public boolean hasNext() {
  12.       return false;
  13.    }
  14.  
  15.    public Object next() {
  16.       throw new NoSuchElementException();
  17.    }
  18.  
  19.    public void remove() {
  20.       throw new UnsupportedOperationException();
  21.    }
  22. }
  23.