protected static class AbstractLazyLoadMultiColumnList.LazyLoadMultiColumnListRow extends AbstractList<Object> implements Serializable
modCount| Constructor and Description |
|---|
LazyLoadMultiColumnListRow(AbstractLazyLoadMultiColumnList parent,
List<Object> original,
int[] columnMarkers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
int[] |
getColumnMarkers() |
List<Object> |
getOriginal() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic LazyLoadMultiColumnListRow(AbstractLazyLoadMultiColumnList parent, List<Object> original, int[] columnMarkers)
public Object get(int index)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>public int[] getColumnMarkers()
Copyright © 2017 SAP SE. All Rights Reserved.