| Constructor and Description |
|---|
ClassHierarchyIterator(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
static ClassHierarchyIterator |
hierarchyOf(Class<?> type) |
Iterator<Class<?>> |
iterator() |
Class<?> |
next() |
void |
remove() |
public ClassHierarchyIterator(Class<?> type)
type - must not be null.public static ClassHierarchyIterator hierarchyOf(Class<?> type)
type - must not be nullnullCopyright © 2014–2015. All rights reserved.