xjavadoc
Interface MethodIterator

All Superinterfaces:
XIterator
All Known Implementing Classes:
MethodIteratorImpl

Deprecated. Use a plain java.lang.Iterator and do the cast instead.

public interface MethodIterator
extends XIterator

This is a type-safe iterator for XMethod


Method Summary
 XMethod next()
          Deprecated.  
 
Methods inherited from interface xjavadoc.XIterator
hasNext
 

Method Detail

next

public XMethod next()
Deprecated.