public class ObjectRowListWrapper<T extends Row> extends Object implements RowListWrapper<T>, List<T>
| Constructor and Description | 
|---|
| ObjectRowListWrapper(List<T> list,
                    MetaDataCollection metaDataCollection) | 
| ObjectRowListWrapper(MetaDataCollection metaDataCollection) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(int index,
   T element) | 
| boolean | add(T t) | 
| boolean | addAll(Collection<? extends T> c) | 
| boolean | addAll(int index,
      Collection<? extends T> c) | 
| void | clear() | 
| boolean | contains(Object o) | 
| boolean | containsAll(Collection<?> c) | 
| T | get(int index) | 
| MetaDataCollection | getMetaData() | 
| T | getRow(int index) | 
| int | indexOf(Object o) | 
| boolean | isEmpty() | 
| Iterator<T> | iterator() | 
| int | lastIndexOf(Object o) | 
| ListIterator<T> | listIterator() | 
| ListIterator<T> | listIterator(int index) | 
| T | remove(int index) | 
| boolean | remove(Object o) | 
| boolean | removeAll(Collection<?> c) | 
| boolean | retainAll(Collection<?> c) | 
| T | set(int index,
   T element) | 
| int | size() | 
| List<T> | subList(int fromIndex,
       int toIndex) | 
| Object[] | toArray() | 
| <T1> T1[] | toArray(T1[] a) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic ObjectRowListWrapper(List<T> list, MetaDataCollection metaDataCollection)
public ObjectRowListWrapper(MetaDataCollection metaDataCollection)
public MetaDataCollection getMetaData() throws MintleafException
getMetaData in interface RowListWrapper<T extends Row>MintleafExceptionpublic T getRow(int index) throws MintleafException
getRow in interface RowListWrapper<T extends Row>MintleafExceptionpublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T1> T1[] toArray(T1[] a)
public boolean add(T t)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<T extends Row>containsAll in interface List<T extends Row>public boolean addAll(Collection<? extends T> c)
public boolean addAll(int index,
                      Collection<? extends T> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<T extends Row>public ListIterator<T> listIterator()
listIterator in interface List<T extends Row>public ListIterator<T> listIterator(int index)
listIterator in interface List<T extends Row>Copyright © 2017. All rights reserved.