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 / security / AllPermissionCollection$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  679 b   |  24 lines

  1. package java.security;
  2.  
  3. import java.util.Enumeration;
  4.  
  5. class AllPermissionCollection$1 implements Enumeration {
  6.    private boolean hasMore;
  7.    // $FF: synthetic field
  8.    private final AllPermissionCollection this$0;
  9.  
  10.    AllPermissionCollection$1(AllPermissionCollection var1) {
  11.       this.this$0 = var1;
  12.       this.hasMore = AllPermissionCollection.access$000(this.this$0);
  13.    }
  14.  
  15.    public boolean hasMoreElements() {
  16.       return this.hasMore;
  17.    }
  18.  
  19.    public Object nextElement() {
  20.       this.hasMore = false;
  21.       return new AllPermission();
  22.    }
  23. }
  24.