private static final class Messages.ThrowableEquivalence
extends com.google.common.base.Equivalence<java.lang.Throwable>
Modifier and Type | Field and Description |
---|---|
(package private) static Messages.ThrowableEquivalence |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
ThrowableEquivalence() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doEquivalent(java.lang.Throwable a,
java.lang.Throwable b) |
protected int |
doHash(java.lang.Throwable t) |
equals, equivalent, equivalentTo, hash, identity, onResultOf, pairwise, test, wrap
static final Messages.ThrowableEquivalence INSTANCE
protected boolean doEquivalent(java.lang.Throwable a, java.lang.Throwable b)
doEquivalent
in class com.google.common.base.Equivalence<java.lang.Throwable>
protected int doHash(java.lang.Throwable t)
doHash
in class com.google.common.base.Equivalence<java.lang.Throwable>