toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model.streaming
/
IndexedResultIterator
Indexed
Result
Iterator
open
class
IndexedResultIterator
:
GeneratingIterator
<
T
>
Members
Constructors
Indexed
Result
Iterator
Link copied to clipboard
constructor
(
reader
:
Reader
)
Functions
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
action
:
Consumer
<
in
E
>
)
has
Next
Link copied to clipboard
open
fun
hasNext
(
)
:
Boolean
abstract
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
fun
next
(
)
:
T
abstract
fun
next
(
)
:
E
remove
Link copied to clipboard
open
fun
remove
(
)