Interface ConcurrentLongLongHashMap.BiConsumerLong

Enclosing class:
ConcurrentLongLongHashMap

public static interface ConcurrentLongLongHashMap.BiConsumerLong
A Long-Long BiConsumer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long key, long value)
     
  • Method Details

    • accept

      void accept(long key, long value)