T
- typepublic class AlphabeticallyTypeMemberComparator<T extends TypeMember> extends Object implements Comparator<T>
Comparator
which provides sorting by name for type members
(variables and methods) in generated class.Constructor and Description |
---|
AlphabeticallyTypeMemberComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(T member1,
T member2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(T member1, T member2)
compare
in interface Comparator<T extends TypeMember>
Copyright © 2019 OpenDaylight. All rights reserved.