public class RowInspectorList extends ArrayList<RowInspector>
modCount| Constructor and Description |
|---|
RowInspectorList() |
| Modifier and Type | Method and Description |
|---|---|
void |
decreaseRowNumbers(int startingRowNumber) |
RowInspector |
getRowInspector(int rowNumber) |
Collection<RowInspector> |
getSortedList() |
void |
increaseRowNumbers(int startingRowNumber) |
RowInspector |
removeRowInspector(int rowNumber) |
RowInspector |
set(int rowNumber,
RowInspector rowInspector) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic Collection<RowInspector> getSortedList()
public RowInspector getRowInspector(int rowNumber)
public RowInspector set(int rowNumber, RowInspector rowInspector)
set in interface List<RowInspector>set in class ArrayList<RowInspector>public RowInspector removeRowInspector(int rowNumber)
public void increaseRowNumbers(int startingRowNumber)
public void decreaseRowNumbers(int startingRowNumber)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.