Interface IntegerNode

  • All Superinterfaces:
    Node

    public interface IntegerNode
    extends Node
    Represents an integer typically in a HashTable.
    • Method Detail

      • getValue

        int getValue()
        Gets the value of the node.
        Returns:
        the int value
      • setValue

        void setValue​(int value)
        Sets the value of the node.
        Parameters:
        value - the new int value