Interface YLongAndObjectProcedure<V>


public interface YLongAndObjectProcedure<V>
Representation of procedure that can be executed on pair of long and type given by V.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(long key, V value)
    Body of the procedure.
  • Method Details

    • execute

      void execute(long key, V value)
      Body of the procedure.
      Parameters:
      key - first argument
      value - second argument