Package com.google.inject.internal
Class Messages.ThrowableEquivalence
- java.lang.Object
-
- com.google.common.base.Equivalence<java.lang.Throwable>
-
- com.google.inject.internal.Messages.ThrowableEquivalence
-
- All Implemented Interfaces:
java.util.function.BiPredicate<java.lang.Throwable,java.lang.Throwable>
- Enclosing class:
- Messages
private static final class Messages.ThrowableEquivalence extends com.google.common.base.Equivalence<java.lang.Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Messages.ThrowableEquivalence
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowableEquivalence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
doEquivalent(java.lang.Throwable a, java.lang.Throwable b)
protected int
doHash(java.lang.Throwable t)
-
Methods inherited from class com.google.common.base.Equivalence
equals, equivalent, equivalentTo, hash, identity, onResultOf, pairwise, test, wrap
-
-
-
-
Field Detail
-
INSTANCE
static final Messages.ThrowableEquivalence INSTANCE
-
-
Method Detail
-
doEquivalent
protected boolean doEquivalent(java.lang.Throwable a, java.lang.Throwable b)
- Specified by:
doEquivalent
in classcom.google.common.base.Equivalence<java.lang.Throwable>
-
doHash
protected int doHash(java.lang.Throwable t)
- Specified by:
doHash
in classcom.google.common.base.Equivalence<java.lang.Throwable>
-
-