public class InheritanceComparator extends Object implements Comparator<Class<? extends Object>>
Constructor and Description |
---|
InheritanceComparator() |
InheritanceComparator(boolean inverse)
Creates the comparator with inverted ordering, that is, from branches to roots.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(Class<? extends Object> o1,
Class<? extends Object> o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
Copyright © 2014. All Rights Reserved.