Class Kit.ComplexKey

  • Enclosing class:
    Kit

    private static final class Kit.ComplexKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hash  
      private java.lang.Object key1  
      private java.lang.Object key2  
    • Constructor Summary

      Constructors 
      Constructor Description
      ComplexKey​(java.lang.Object key1, java.lang.Object key2)  
    • Method Summary

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

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

      • key1

        private java.lang.Object key1
      • key2

        private java.lang.Object key2
      • hash

        private int hash
    • Constructor Detail

      • ComplexKey

        ComplexKey​(java.lang.Object key1,
                   java.lang.Object key2)
    • Method Detail

      • equals

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

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