jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.printer.lexicalpreservation
/
LookaheadIterator
Lookahead
Iterator
interface
LookaheadIterator
<
E
>
(
source
)
Inheritors
PeekingIterator
Members
Functions
element
Link copied to clipboard
abstract
fun
element
(
)
:
E
Returns the next element in iteration without advancing the underlying iterator.
peek
Link copied to clipboard
abstract
fun
peek
(
)
:
E
Returns the next element in iteration without advancing the underlying iterator.