Uses of Interface
xjavadoc.XIterator

Packages that use XIterator
xjavadoc   
 

Uses of XIterator in xjavadoc
 

Subinterfaces of XIterator in xjavadoc
 interface ClassIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface ConstructorIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface FieldIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface MethodIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface PackageIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface ParameterIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface ProgramElementIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 interface TagIterator
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
 

Classes in xjavadoc that implement XIterator
(package private)  class ClassIteratorImpl
          Implementation of MethodIterator.
(package private)  class ConstructorIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class FieldIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class IteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class MethodIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class PackageIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class ParameterIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class ProgramElementIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.
(package private)  class TagIteratorImpl
          Deprecated. Use a plain java.lang.Iterator and do the cast instead.