public static class MethodUtils.MethodIterator extends Object implements Iterator<Method>
private Iterator<Method>
methods
private Iterator<Class<?>>
superClassesAndInterfaces
MethodIterator(Class<?> type)
private boolean
canContinue()
boolean
hasNext()
Method
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
private final Iterator<Class<?>> superClassesAndInterfaces
private Iterator<Method> methods
public boolean hasNext()
hasNext
Iterator<Method>
private boolean canContinue()
public Method next()
next
Copyright © 2020. All rights reserved.