Interface IBmLongMap.IEntry<V>

  • Enclosing interface:
    IBmLongMap<V>

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

      • getKey

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

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