Interface IBmLongMap.IEntry<V>

Enclosing interface:
IBmLongMap<V>

public static interface IBmLongMap.IEntry<V>
Map entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the key of this entry.
    Gets the value of this entry.
  • Method Details

    • getKey

      long getKey()
      Gets the key of this entry.
      Returns:
      the key.
    • getValue

      V getValue()
      Gets the value of this entry.
      Returns:
      the value.