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 / net / URLClassLoader$4.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  609 b   |  18 lines

  1. package java.net;
  2.  
  3. import java.net.URLClassLoader.3;
  4. import java.security.PrivilegedAction;
  5.  
  6. class URLClassLoader$4 implements PrivilegedAction {
  7.    // $FF: synthetic field
  8.    private final URLClassLoader.3 this$1;
  9.  
  10.    URLClassLoader$4(URLClassLoader.3 var1) {
  11.       this.this$1 = var1;
  12.    }
  13.  
  14.    public Object run() {
  15.       return !3.access$200(this.this$1).hasMoreElements() ? null : 3.access$200(this.this$1).nextElement();
  16.    }
  17. }
  18.