class EcalChannel.EcalChannelCollection.ChannelIdComparator extends Object implements Comparator<EcalChannel>
Constructor and Description |
---|
ChannelIdComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(EcalChannel c1,
EcalChannel c2)
Compare two ECAL channel objects using their channel ID.
|
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(EcalChannel c1, EcalChannel c2)
compare
in interface Comparator<EcalChannel>
c1
- the first objectc2
- the second objectCopyright © 2019. All rights reserved.