| java.lang.Object org.iscreen.DocumentationIterator
DocumentationIterator | public class DocumentationIterator implements Iterator(Code) | | For each validation service, a set of documentation may exist (on a per
validator basis). Instances of this class represent the set of
documentation for the entire service.
author: Shellman, Dan |
currentIndex | protected int currentIndex(Code) | | |
DocumentationIterator | public DocumentationIterator()(Code) | | Default constructor.
|
getCount | public int getCount()(Code) | | |
getCurrentIndex | public int getCurrentIndex()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
remove | public void remove()(Code) | | |
reset | public void reset()(Code) | | |
|
|