public abstract class AbstractTypeOrdering<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTypeOrdering() |
| Modifier and Type | Method and Description |
|---|---|
Stream<? extends T> |
ascendingSuperTypes(T subType) |
protected abstract Stream<T> |
declaredInterfaces(T subType) |
Stream<? extends T> |
descendingSuperTypes(T subType) |
protected abstract T |
superClass(T subType) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.