|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.Compiler.ThrowableComparator
public static class Compiler.ThrowableComparator
This class orders Throwables allowing duplicates to be removed. It orders them based on their system identity hash code. The implementation will not handle null values gracefully and will throw a NPE.
| Constructor Summary | |
|---|---|
Compiler.ThrowableComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Throwable o1,
java.lang.Throwable o2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public Compiler.ThrowableComparator()
| Method Detail |
|---|
public int compare(java.lang.Throwable o1,
java.lang.Throwable o2)
compare in interface java.util.Comparator<java.lang.Throwable>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||