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