ch.bind.philib.util
Interface LongPair<T>


public interface LongPair<T>

A key value pair who's key is of type long.

Author:
Philipp Meinen

Field Summary
static Comparator<LongPair<?>> KEY_COMPARATOR
           
 
Method Summary
 long getKey()
           
 T getValue()
           
 

Field Detail

KEY_COMPARATOR

static final Comparator<LongPair<?>> KEY_COMPARATOR
Method Detail

getKey

long getKey()

getValue

T getValue()


Copyright © 2013. All Rights Reserved.