Class AutoValue_KeyValueImpl

  • All Implemented Interfaces:
    KeyValue

    @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_KeyValueImpl
    extends KeyValueImpl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String key  
      private Value<?> value  
    • Field Detail

      • key

        private final java.lang.String key
      • value

        private final Value<?> value
    • Constructor Detail

      • AutoValue_KeyValueImpl

        AutoValue_KeyValueImpl​(java.lang.String key,
                               Value<?> value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: KeyValue
        Returns the key.
      • getValue

        public Value<?> getValue()
        Description copied from interface: KeyValue
        Returns the value.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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