Interface ICardinalDirection2DMapLong

    • Method Detail

      • eastLong

        long eastLong()
        Gets the value associated with the east cardinal direction, as a long.
        Returns:
        The value associated with the east direction.
      • getLong

        long getLong​(Object key)
        Same as Map.get(Object), but returns a primitive long.
        Parameters:
        key - The key for which to retrieve the value.
        Returns:
        The value associated with the specified key, as a long.
      • northLong

        long northLong()
        Gets the value associated with the north cardinal direction, as a long.
        Returns:
        The value associated with the north direction.
      • southLong

        long southLong()
        Gets the value associated with the south cardinal direction, as a long.
        Returns:
        The value associated with the south direction.
      • westLong

        long westLong()
        Gets the value associated with the west cardinal direction, as a long.
        Returns:
        The value associated with the west direction.