Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
T |
next()
final - autoclose and registration relies on it - implement moveToNextBinding()
|
T |
peek()
Look at the next element - returns null when there is no element
|
T |
peek(T dft)
Look at the next element - returns dft when there is no element
|
void |
remove() |
Licenced under the Apache License, Version 2.0