|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxjavadoc.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(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XClass |
static ConstructorIterator |
constructorIterator(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XConstructor |
static FieldIterator |
fieldIterator(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XField |
static MethodIterator |
methodIterator(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XMethod |
static PackageIterator |
packageIterator(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XPackage |
static ParameterIterator |
parameterIterator(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XParameter |
static ProgramElementIterator |
programElementIterator(java.util.Collection c)
Deprecated. Returns a type-safe iterator for Collections containing XProgramElement |
static TagIterator |
tagIterator(java.util.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(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static FieldIterator fieldIterator(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static MethodIterator methodIterator(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static ProgramElementIterator programElementIterator(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static ConstructorIterator constructorIterator(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static ParameterIterator parameterIterator(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static TagIterator tagIterator(java.util.Collection c)
c
- the collection from which the iterator should be obtained
public static PackageIterator packageIterator(java.util.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 |