Class TableUtils.Row
java.lang.Object
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<VariableBinding>, Collection<VariableBinding>, List<VariableBinding>, RandomAccess, SequencedCollection<VariableBinding>
- Enclosing class:
TableUtils
- Since:
- 1.0.2
- Version:
- 2.5.11
- Author:
- Frank Fock
- See Also:
-
Field Summary
Fields inherited from class 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 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 AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface 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>
-