cop3337
Interface Pair


public interface Pair


Method Summary
 int getKey()
           
 int getValue()
           
 java.lang.String toString()
           
 

Method Detail

getKey

int getKey()

getValue

int getValue()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object