public class ClassIterator<T> extends Object implements Iterator<Class<? super T>>, Iterable<Class<? super T>>, Serializable
| Constructor and Description |
|---|
ClassIterator(Class<T> clazz) |
ClassIterator(Class<T> clazz,
boolean includeObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<Class<? super T>> |
iterator() |
Class<? super T> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorCopyright © 2025. All rights reserved.