public class PojoMethodIntrospectorImpl.PojoMethodIterator extends AbstractIterator<Method>
visibility.| Modifier and Type | Field and Description | 
|---|---|
| private int | indexthe current index of  methods | 
| private Iterator<Class<?>> | interfacesthe current class | 
| private Method[] | methodsthe 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  nextelement. | 
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.