-
public interface LongPair<T>A key value pair who's key is of type long.- Author:
- Philipp Meinen
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<LongPair<?>>KEY_COMPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetKey()TgetValue()
-
-
-
Field Detail
-
KEY_COMPARATOR
static final Comparator<LongPair<?>> KEY_COMPARATOR
-
-
Method Detail
-
getKey
long getKey()
-
getValue
T getValue()
-
-