Class AtlasMutatorIndex.Key

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AtlasMutatorIndex

    public static class AtlasMutatorIndex.Key
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(java.lang.String country, java.lang.String name)  
    • Method Summary

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

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

      • Key

        public Key​(java.lang.String country,
                   java.lang.String name)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getCountry

        public java.lang.String getCountry()
      • getName

        public java.lang.String getName()
      • hashCode

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