public class PojoMethodIntrospectorImpl.PojoMethodIterator extends AbstractIterator<Method>
visibility
.Modifier and Type | Field and Description |
---|---|
private int |
index
the current index of
methods |
private Iterator<Class<?>> |
interfaces
the current class
|
private Method[] |
methods
the methods
|
Modifier | Constructor and Description |
---|---|
protected |
PojoMethodIterator(Class<?> pojoClass)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Method |
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 Method[] methods
private int index
methods
protected PojoMethodIterator(Class<?> pojoClass)
pojoClass
- is the class for which the property-accessors should be iterated.protected Method findNext()
AbstractIterator
next
element.findNext
in class AbstractIterator<Method>
null
if done
.Copyright © 2001–2016 mmm-Team. All rights reserved.