Interface ConcurrentMapLong<T>

All Superinterfaces:
<,​T>, <,​T>
All Known Implementing Classes:
ConcurrentHashMapLong

public interface ConcurrentMapLong<T> extends <,​T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.

    < extends ,​ extends >
  • Method Summary

    Modifier and Type
    Method
    Description
    get​(long key)
     
    put​(long key, T value)
     
    remove​(long key)
     

    Methods inherited from interface java.util.concurrent.

    , , , , , , , , , ,

    Methods inherited from interface java.util.

    , , , , , , , , , , , , ,
  • Method Details

    • get

      T get(long key)
    • remove

      T remove(long key)
    • put

      T put(long key, T value)