Package com.google.auto.common
Class MoreTypes.ComparedElements
java.lang.Object
com.google.auto.common.MoreTypes.ComparedElements
- Enclosing class:
MoreTypes
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Element
(package private) final com.google.common.collect.ImmutableList
<TypeMirror> (package private) final Element
(package private) final com.google.common.collect.ImmutableList
<TypeMirror> -
Constructor Summary
ConstructorsConstructorDescriptionComparedElements
(Element a, com.google.common.collect.ImmutableList<TypeMirror> aArguments, Element b, com.google.common.collect.ImmutableList<TypeMirror> bArguments) -
Method Summary
-
Field Details
-
a
-
aArguments
-
b
-
bArguments
-
-
Constructor Details
-
ComparedElements
ComparedElements(Element a, com.google.common.collect.ImmutableList<TypeMirror> aArguments, Element b, com.google.common.collect.ImmutableList<TypeMirror> bArguments)
-
-
Method Details