public class PojoFieldIntrospectorImpl.PojoFieldIterator extends AbstractIterator<Field>
visibility
.Modifier and Type | Field and Description |
---|---|
private Field[] |
fields
the fields.
|
private int |
index
the current index of
fields . |
Modifier | Constructor and Description |
---|---|
protected |
PojoFieldIterator(Class<?> pojoClass)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Field |
findNext()
This method tries to find the
next element. |
findFirst, hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private Field[] fields
private int index
fields
.protected PojoFieldIterator(Class<?> pojoClass)
pojoClass
- is the class for which the property-accessors should be iterated.protected Field findNext()
AbstractIterator
next
element.findNext
in class AbstractIterator<Field>
null
if done
.Copyright © 2001–2016 mmm-Team. All rights reserved.