@InterfaceAudience.Private public interface RowAccess<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
Returns true if there are no elements.
|
int |
size()
Returns the number of elements in this list.
|
forEach, iterator, spliterator
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.