uchicago.src.reflector
Class ComboPair

java.lang.Object
  extended by uchicago.src.collection.Pair
      extended by uchicago.src.reflector.ComboPair

public class ComboPair
extends Pair


Field Summary
 
Fields inherited from class uchicago.src.collection.Pair
first, second
 
Constructor Summary
ComboPair(java.lang.Object one, java.lang.String two)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class uchicago.src.collection.Pair
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComboPair

public ComboPair(java.lang.Object one,
                 java.lang.String two)
Method Detail

toString

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