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


public interface IntPair<T>

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

Author:
Philipp Meinen

Field Summary
static Comparator<IntPair<?>> KEY_COMPARATOR
           
 
Method Summary
 int getKey()
           
 T getValue()
           
 

Field Detail

KEY_COMPARATOR

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

getKey

int getKey()

getValue

T getValue()


Copyright © 2013. All Rights Reserved.