Interface IntPair<T>


  • public interface IntPair<T>
    A key value pair who's key is of type long.
    Author:
    Philipp Meinen
    • Method Detail

      • getKey

        int getKey()
      • getValue

        T getValue()