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()
Returns true if there are no elements.
|
Iterator<T> |
iterator() |
int |
size()
Returns the number of elements in this list.
|
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.