Uses of Interface
xjavadoc.MethodIterator

Packages that use MethodIterator
xjavadoc   
 

Uses of MethodIterator in xjavadoc
 

Classes in xjavadoc that implement MethodIterator
(package private)  class MethodIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 

Methods in xjavadoc that return MethodIterator
static MethodIterator XCollections.methodIterator(java.util.Collection c)
          Deprecated. Returns a type-safe iterator for Collections containing XMethod