public class MutableTuple extends Object implements Tuple, Serializable
Constructor and Description |
---|
MutableTuple(int size) |
Modifier and Type | Method and Description |
---|---|
int |
count() |
boolean |
equals(Object obj) |
<V> V |
get(Expression<V> key)
Retrieve a value by a
Expression instance. |
<V> V |
get(int index)
Retrieve a value by a numeric index.
|
<V> V |
get(String key)
Retrieve a value by a column or alias name.
|
int |
hashCode() |
void |
set(int index,
Expression<?> expression,
Object value) |
String |
toString() |
public void set(int index, Expression<?> expression, Object value)
public <V> V get(Expression<V> key)
Tuple
Expression
instance.public <V> V get(int index)
Tuple
public <V> V get(String key)
Tuple
public int count()