Interface LongPair<T>


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

      • getKey

        long getKey()
      • getValue

        T getValue()