|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xjavadoc.XCollections
This class provides static factory methods that provide type-safe iterators over collections containing various xjavadoc classes.
Constructor Summary | |
XCollections()
Deprecated. |
Method Summary | |
static ClassIterator |
classIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XClass |
static ConstructorIterator |
constructorIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XConstructor |
static FieldIterator |
fieldIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XField |
static MethodIterator |
methodIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XMethod |
static PackageIterator |
packageIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XPackage |
static ParameterIterator |
parameterIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XParameter |
static ProgramElementIterator |
programElementIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XProgramElement |
static TagIterator |
tagIterator(Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XTag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XCollections()
Method Detail |
public static ClassIterator classIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static FieldIterator fieldIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static MethodIterator methodIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static ProgramElementIterator programElementIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static ConstructorIterator constructorIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static ParameterIterator parameterIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static TagIterator tagIterator(Collection c)
c
- the collection from which the iterator should be obtained
public static PackageIterator packageIterator(Collection c)
c
- the collection from which the iterator should be obtained
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |