Package gaiasky.util

Interface RunnableLongLong


public interface RunnableLongLong
A runnable that takes in two long integers as parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(long a, long b)
     
  • Method Details

    • run

      void run(long a, long b)