public class Tuple0 extends Tuple
Constructor and Description |
---|
Tuple0() |
Modifier and Type | Method and Description |
---|---|
int |
getArity()
Gets the number of field in the tuple (the tuple arity).
|
<T> T |
getField(int pos)
Gets the field at the specified position.
|
<T> void |
setField(T value,
int pos)
Sets the field at the specified position.
|
getFieldNotNull, getTupleClass
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.