Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

Iterator.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.xplat.util;
00059 
00060 
00065 public interface Iterator {
00073     boolean hasNext();
00074 
00081     Object next();
00082 
00099     void remove();
00100 }

Generated on Fri Jun 18 19:51:22 2004 for Arcle Rambutan by doxygen 1.3.5