Interface HashMapIntLong.Entry

  • Enclosing class:
    HashMapIntLong

    public static interface HashMapIntLong.Entry
    An entry from the map
    • Method Detail

      • getKey

        int getKey()
        Get the key.
        Returns:
        the key
      • getValue

        long getValue()
        Get the corresponding value.
        Returns:
        the value