com.raritantechnologies.genericInterface
Class SourceIterator

java.lang.Object
  extended bycom.raritantechnologies.genericInterface.SourceIterator
All Implemented Interfaces:
java.rmi.Remote, java.io.Serializable

public class SourceIterator
extends java.lang.Object
implements java.rmi.Remote, java.io.Serializable

Provides an iterator interface for a set of SourceDescriptor objects.

See Also:
Serialized Form

Method Summary
 boolean hasNext()
           
 SourceDescriptor next()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public SourceDescriptor next()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hasNext

public boolean hasNext()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

size

public int size()
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException