org.millscript.office.spreadsheet.rows
Class RowImpl

java.lang.Object
  extended by org.millscript.commons.util.list.AbstractIList<V>
      extended by org.millscript.commons.util.list.IArrayList<Cell>
          extended by org.millscript.office.spreadsheet.rows.RowImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.millscript.commons.util.IList<Cell>, org.millscript.commons.util.IMap<java.lang.Integer,Cell>, Row

public class RowImpl
extends org.millscript.commons.util.list.IArrayList<Cell>
implements Row

See Also:
Serialized Form

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
RowImpl()
           
RowImpl(Cell[] objects, boolean share)
           
 
Method Summary
 
Methods inherited from class org.millscript.commons.util.list.IArrayList
clone, doGet, doSlice, indexOf, iterator, size, toArray
 
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, toString, valueList
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.millscript.commons.util.IList
allButFirst, allButLast, allFirst, allLast, contains, contains, contains0, contains0, contains0, containsKey, containsKey, containsKey0, containsKey0, containsSlice, containsSlice0, first, get, get, get0, get0, getDefault, indexOf, indexOf0, iterator, last, setDefault, slice, slice0, toArray, toArray
 
Methods inherited from interface org.millscript.commons.util.IMap
contains, containsAll, containsValue, equals, hashCode, isEmtpy, keyList, mapletList, setDefault, size, valueList
 

Constructor Detail

RowImpl

public RowImpl()

RowImpl

public RowImpl(Cell[] objects,
               boolean share)


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.