|
||||||||||
| 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<Field>
net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
public class PojoFieldIntrospectorImpl.PojoFieldIterator
This inner class iterates the fields of a given pojo-type according to the
visibility.
| Field Summary | |
|---|---|
private Class<?> |
currentClass
the current class |
private Field[] |
fields
the fields. |
private int |
index
the current index of fields. |
| Constructor Summary | |
|---|---|
protected |
PojoFieldIntrospectorImpl.PojoFieldIterator(Class<?> pojoClass)
The constructor. |
| Method Summary | |
|---|---|
protected Field |
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 Field[] fields
private int index
fields.
| Constructor Detail |
|---|
protected PojoFieldIntrospectorImpl.PojoFieldIterator(Class<?> pojoClass)
pojoClass - is the class for which the property-accessors should be
iterated.| Method Detail |
|---|
protected Field findNext()
next element.
findNext in class AbstractIterator<Field>null if done.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||