java.lang.Object
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<VariableBinding>,Collection<VariableBinding>,List<VariableBinding>,RandomAccess,SequencedCollection<VariableBinding>
- Enclosing class:
TableUtils
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanset(int index, VariableBinding element) intsetNumComplete(int numberOfColumnsComplete) Sets the number of columns in the row cache to a new value.Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
Row
-
-
Method Details
-
isOrderError
public boolean isOrderError() -
getRowIndex
-
getNumComplete
public int getNumComplete() -
setNumComplete
public int setNumComplete(int numberOfColumnsComplete) Sets the number of columns in the row cache to a new value. If the number of columns provided is greater than the number of values in the cache, then columns withnullvalue are appended to the cache to fill up the columns until the specified one.- Parameters:
numberOfColumnsComplete- the number of columns received already.- Returns:
- the number of columns added to the row with
nullvalues.
-
hasNullValues
public boolean hasNullValues() -
set
- Specified by:
setin interfaceList<VariableBinding>- Overrides:
setin classArrayList<VariableBinding>
-