public class TupleList extends java.util.LinkedList<Tuple>
| Constructor and Description |
|---|
TupleList() |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
copy(TableSchema tableSchema)
copy tuple list by copying each tuple on the list and returning the
copied list.
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic TupleList copy(TableSchema tableSchema)
tableSchema - -- table schema of the list