public class Tuple<T> extends Object
Tuple(T... values)
boolean
equals(Object o)
int
getSize()
T
getValue(int i)
getValue(int i, Class<T> cls)
hashCode()
void
setValue(int i, T value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple(T... values)
public int getSize()
public T getValue(int i)
public T getValue(int i, Class<T> cls)
public void setValue(int i, T value)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2016. All rights reserved.