public interface Cursor<T> extends Closeable, Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentIndex()
Get the current item index.
|
boolean |
isConsumed() |
boolean |
isOpen() |
forEach, iterator, spliteratorboolean isOpen()
boolean isConsumed()
int getCurrentIndex()
Copyright © 2009–2021 MyBatis.org. All rights reserved.