public abstract class Tuple extends Object
Tuple(int length)
boolean
equals(Object obj)
Object
get(int i)
int
getLength()
hashCode()
void
set(int i, Object o)
set(Object... setObjects)
String
toString()
<A extends Tuple>A
toTuple(Class<A> clazz)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple(int length)
public <A extends Tuple> A toTuple(Class<A> clazz)
public void set(Object... setObjects)
public Object get(int i)
public void set(int i, Object o)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public int getLength()
public String toString()
toString
Copyright © 2020. All rights reserved.