Changed Methods |
void append(Object )
|
Changed from non-abstract to abstract.
|
Append a field to a tuple. |
Object get(int )
|
Changed from non-abstract to abstract.
|
Get the value in a given field. |
List getAll()
|
Changed from non-abstract to abstract.
|
Get all of the fields in the tuple as a list. |
long getMemorySize()
|
Changed from non-abstract to abstract.
|
Determine the size of tuple in memory. |
byte getType(int )
|
Changed from non-abstract to abstract.
|
Find the type of a given field. |
boolean isNull(int )
|
Changed from non-abstract to abstract.
|
Find out if a given field is null. |
void reference(Tuple )
|
Changed from non-abstract to abstract.
|
Make this tuple reference the contents of another. |
void set(int, Object)
|
Changed from non-abstract to abstract.
|
Set the value in a given field. |
int size()
|
Changed from non-abstract to abstract.
|
Find the size of the tuple. |
String toDelimitedString(String )
|
Changed from non-abstract to abstract.
|
Write a tuple of values into a string. |