Interface HashMapObjectLong.Entry<E>

Enclosing class:
HashMapObjectLong<E>

public static interface HashMapObjectLong.Entry<E>
An entry from the map
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the key.
    long
    Get the corresponding value.
  • Method Details

    • getKey

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

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