|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.util.list.AbstractIList<Row>
org.millscript.office.spreadsheet.rows.IRowList
public class IRowList
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.millscript.commons.util.list.AbstractIList |
|---|
org.millscript.commons.util.list.AbstractIList.ListMapletIterator<V>, org.millscript.commons.util.list.AbstractIList.ListMapletList<V> |
| Constructor Summary | |
|---|---|
IRowList(Cell[][] rows)
|
|
IRowList(Cell[][] rows,
int start,
int end)
Constructs a new worksheet with a copy of the specified backing row array, starting and ending at the specified indices. |
|
| Method Summary | |
|---|---|
protected Row |
doGet(int pos)
|
protected org.millscript.commons.util.IList<Row> |
doSlice(int first,
int last,
boolean share)
|
int |
indexOf(Row value)
|
org.millscript.commons.util.ListIterator<Row> |
iterator(boolean share)
|
int |
size()
|
| Methods inherited from class org.millscript.commons.util.list.AbstractIList |
|---|
allButFirst, allButLast, allFirst, allLast, contains, contains, contains, contains0, contains0, contains0, containsAll, containsKey, containsKey, containsKey0, containsKey0, containsSlice, containsSlice0, containsValue, decorate, equals, first, get, get, get0, get0, getDefault, hashCode, indexOf0, isEmtpy, keyList, last, mapletList, setDefault, setDefault, sharedMapletList, sharedValueList, slice, slice0, toArray, toArray, toString, valueList |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IRowList(Cell[][] rows)
public IRowList(Cell[][] rows,
int start,
int end)
rows - the backing row array to copystart - the index(one based, inclusive) of the first element in the
sliceend - the index(one based, inclusive) of the last element in the
slice. If end < start, the new list will be empty| Method Detail |
|---|
protected Row doGet(int pos)
doGet in class org.millscript.commons.util.list.AbstractIList<Row>AbstractIList.doGet(int)
protected org.millscript.commons.util.IList<Row> doSlice(int first,
int last,
boolean share)
doSlice in class org.millscript.commons.util.list.AbstractIList<Row>AbstractIList.doSlice(int, int, boolean)public int indexOf(Row value)
org.millscript.commons.util.IList#indexOf(V)public org.millscript.commons.util.ListIterator<Row> iterator(boolean share)
IList.iterator(boolean)public int size()
IMap.size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||