T - the element typepublic interface BaseCursor<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | get()Returns the current element on this cursor. | 
| boolean | next()Advances this cursor and returns whether the next element exists or not. | 
boolean next()
true if the next element exists, otherwise falseT get()
IllegalStateException - if the cursor does not point to any elementsCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.