Interface ObjectLongMap<K>

All Known Implementing Classes:
StandardObjectLongMap, TroveObjectLongMap

public interface ObjectLongMap<K>
Since:
12.0
Author:
Niv Ingberg
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    long
    get(K key)
     
    boolean
     
    void
    put(K key, long value)
     
    long
    remove(K key)
     
  • Method Details

    • isEmpty

      boolean isEmpty()
    • containsKey

      boolean containsKey(K key)
    • get

      long get(K key)
    • put

      void put(K key, long value)
    • remove

      long remove(K key)