Interface ICardinalDirection2DMap<Value>

    • Method Detail

      • east

        Value east()
        Gets the value associated with the east cardinal direction.
        Returns:
        The value associated with the east cardinal direction.
      • north

        Value north()
        Gets the value associated with the north cardinal direction.
        Returns:
        The value associated with the north cardinal direction.
      • south

        Value south()
        Gets the value associated with the south cardinal direction.
        Returns:
        The value associated with the south cardinal direction.
      • west

        Value west()
        Gets the value associated with the west cardinal direction.
        Returns:
        The value associated with the west cardinal direction.