Class HashtableIntEntry

    • Field Detail

      • _key

        public int _key
      • _object

        public java.lang.Object _object
    • Constructor Detail

      • HashtableIntEntry

        public HashtableIntEntry()
    • Method Detail

      • key

        public java.lang.Object key()
        Specified by:
        key in interface Entry4
      • value

        public java.lang.Object value()
        Specified by:
        value in interface Entry4
      • deepClone

        public java.lang.Object deepClone​(java.lang.Object obj)
        Description copied from interface: DeepClone
        The parameter allows passing one new object so parent references can be corrected on children.
        Specified by:
        deepClone in interface DeepClone
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object