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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate Method[] methods
private int index
methodsprotected PojoMethodIterator(Class<?> pojoClass)
pojoClass - is the class for which the property-accessors should be iterated.protected Method findNext()
AbstractIteratornext element.findNext in class AbstractIterator<Method>null if done.Copyright © 2001–2016 mmm-Team. All rights reserved.