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, wait
forEachRemaining, remove
forEach, spliterator
Copyright © 2024. All rights reserved.