Interface ICardinalDirection2DMapInt

    • Method Detail

      • eastInt

        int eastInt()
        Gets the value associated with the east cardinal direction, as an integer.
        Returns:
        The value associated with the east direction.
      • getInt

        int getInt​(Object key)
        Same as Map.get(Object), but returns a primitive integer
        Parameters:
        key - The key for which to retrieve the value.
        Returns:
        The value associated with the specified key, as an integer.
      • northInt

        int northInt()
        Gets the value associated with the north cardinal direction, as an integer.
        Returns:
        The value associated with the north direction.
      • southInt

        int southInt()
        Gets the value associated with the south cardinal direction, as an integer.
        Returns:
        The value associated with the south direction.
      • westInt

        int westInt()
        Gets the value associated with the west cardinal direction, as an integer.
        Returns:
        The value associated with the west direction.