public class Tuple extends Object
Tuple(int n)
Tuple(Object[] data)
boolean
equals(Object obj)
Object
get(int index)
int
hashCode()
void
set(int index, Object value)
size()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Tuple(Object[] data)
public Tuple(int n)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public Object get(int index)
public void set(int index, Object value)
public int size()
public String toString()
toString
Copyright © 2009-2020. All Rights Reserved.