public class TupleN extends Object implements Serializable, Tuple
TupleN(Object... array)
boolean
equals(Object o)
<E> E
get(int idx)
int
hashCode()
static TupleN
of(Object... array)
void
set(int idx, Object val)
size()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public TupleN(Object... array)
public static TupleN of(Object... array)
public void set(int idx, Object val)
public <E> E get(int idx)
public int size()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2024 fossc. All rights reserved.