private static class MoreTypes.ComparedElements
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) javax.lang.model.element.Element |
a |
(package private) com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> |
aArguments |
(package private) javax.lang.model.element.Element |
b |
(package private) com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> |
bArguments |
Constructor and Description |
---|
ComparedElements(javax.lang.model.element.Element a,
com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> aArguments,
javax.lang.model.element.Element b,
com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> bArguments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
final javax.lang.model.element.Element a
final com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> aArguments
final javax.lang.model.element.Element b
final com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> bArguments