|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.collection.base.AbstractIterator<Method>
net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
public class PojoMethodIntrospectorImpl.PojoMethodIterator
This inner class iterates the methods of a given pojo-type according to the
visibility.
| Field Summary | |
|---|---|
private Class<?> |
currentClass
the current class |
private int |
index
the current index of methods |
private Method[] |
methods
the methods |
| Constructor Summary | |
|---|---|
protected |
PojoMethodIntrospectorImpl.PojoMethodIterator(Class<?> pojoClass)
The constructor. |
| Method Summary | |
|---|---|
protected Method |
findNext()
This method tries to find the next element. |
| Methods inherited from class net.sf.mmm.util.collection.base.AbstractIterator |
|---|
findFirst, hasNext, next, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Class<?> currentClass
private Method[] methods
private int index
methods
| Constructor Detail |
|---|
protected PojoMethodIntrospectorImpl.PojoMethodIterator(Class<?> pojoClass)
pojoClass - is the class for which the property-accessors should be
iterated.| Method Detail |
|---|
protected Method findNext()
next element.
findNext in class AbstractIterator<Method>null if done.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||