Class MoreTypes.ComparedElements

  • Enclosing class:
    MoreTypes

    private static class MoreTypes.ComparedElements
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor 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)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        final javax.lang.model.element.Element a
      • aArguments

        final com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> aArguments
      • b

        final javax.lang.model.element.Element b
      • bArguments

        final com.google.common.collect.ImmutableList<javax.lang.model.type.TypeMirror> bArguments
    • Constructor Detail

      • ComparedElements

        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)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object