lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.jdkport
/
UnmodifiableMutableListIterator
Unmodifiable
Mutable
List
Iterator
class
UnmodifiableMutableListIterator
<
T
>
(
delegate
:
MutableListIterator
<
T
>
)
:
MutableListIterator
<
T
>
Members
Constructors
Unmodifiable
Mutable
List
Iterator
Link copied to clipboard
constructor
(
delegate
:
MutableListIterator
<
T
>
)
Functions
add
Link copied to clipboard
open
override
fun
add
(
element
:
T
)
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
has
Previous
Link copied to clipboard
open
override
fun
hasPrevious
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T
next
Index
Link copied to clipboard
open
override
fun
nextIndex
(
)
:
Int
previous
Link copied to clipboard
open
override
fun
previous
(
)
:
T
previous
Index
Link copied to clipboard
open
override
fun
previousIndex
(
)
:
Int
remove
Link copied to clipboard
open
override
fun
remove
(
)
set
Link copied to clipboard
open
override
fun
set
(
element
:
T
)