home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / foreach_jsp$10.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-05-17  |  938 b   |  28 lines

  1. package org.apache.jsp.tagplugin;
  2.  
  3. import java.util.Enumeration;
  4. import java.util.Iterator;
  5.  
  6. class foreach_jsp$10 implements Iterator {
  7.    // $FF: synthetic field
  8.    private final Enumeration val$e;
  9.    // $FF: synthetic field
  10.    private final foreach_jsp this$0;
  11.  
  12.    foreach_jsp$10(foreach_jsp this$0, Enumeration val$e) {
  13.       this.this$0 = this$0;
  14.       this.val$e = val$e;
  15.    }
  16.  
  17.    public boolean hasNext() {
  18.       return this.val$e.hasMoreElements();
  19.    }
  20.  
  21.    public Object next() {
  22.       return this.val$e.nextElement();
  23.    }
  24.  
  25.    public void remove() {
  26.    }
  27. }
  28.