static class AsyncProcessTask.ListRowAccess<T> extends Object implements RowAccess<T>
Constructor and Description |
---|
ListRowAccess(List<T> data) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
Iterator<T> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
ListRowAccess(List<T> data)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.