Interface LongHashMap.TLongObjectProcedure<V>

Enclosing class:
LongHashMap<V>

public static interface LongHashMap.TLongObjectProcedure<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(long a, V b)
    Executes this procedure.
  • Method Details

    • execute

      boolean execute(long a, V b)
      Executes this procedure. A false return value indicates that the application executing this procedure should not invoke this procedure again.