Comparable<Tuple>
Tuple(Type type, Object value)
Tuple(List<Type> types, Object... values)
Tuple(List<Type> types, List<Object> values)
int
compareTo(Tuple o)
boolean
equals(Object o)
List<Type>
getTypes()
List<Object>
getValues()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
equals
Object
hashCode
toString