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.codecs.lucene101
/
Lucene101PostingsReader
/
MutableImpactList
Mutable
Impact
List
class
MutableImpactList
(
capacity
:
Int
)
:
AbstractMutableList
<
Impact
>
,
RandomAccess
Members
Members & Extensions
Constructors
Mutable
Impact
List
Link copied to clipboard
constructor
(
capacity
:
Int
)
Properties
impacts
Link copied to clipboard
val
impacts
:
Array
<
Impact
?
>
size
Link copied to clipboard
open
override
var
size
:
Int
Functions
add
Link copied to clipboard
@
IgnorableReturnValue
open
override
fun
add
(
element
:
Impact
)
:
Boolean
open
override
fun
add
(
index
:
Int
,
element
:
Impact
)
add
All
Link copied to clipboard
@
IgnorableReturnValue
open
override
fun
addAll
(
elements
:
Collection
<
Impact
>
)
:
Boolean
@
IgnorableReturnValue
open
override
fun
addAll
(
index
:
Int
,
elements
:
Collection
<
Impact
>
)
:
Boolean
clear
Link copied to clipboard
expect
open
override
fun
clear
(
)
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
Impact
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
Impact
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
Impact
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
Impact
)
:
Int
is
Empty
Link copied to clipboard
expect
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
MutableIterator
<
Impact
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
Impact
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
MutableListIterator
<
Impact
>
open
override
fun
listIterator
(
index
:
Int
)
:
MutableListIterator
<
Impact
>
remove
Link copied to clipboard
@
IgnorableReturnValue
open
override
fun
remove
(
element
:
Impact
)
:
Boolean
remove
All
Link copied to clipboard
@
IgnorableReturnValue
open
override
fun
removeAll
(
elements
:
Collection
<
Impact
>
)
:
Boolean
remove
At
Link copied to clipboard
open
override
fun
removeAt
(
index
:
Int
)
:
Impact
retain
All
Link copied to clipboard
@
IgnorableReturnValue
open
override
fun
retainAll
(
elements
:
Collection
<
Impact
>
)
:
Boolean
set
Link copied to clipboard
open
operator override
fun
set
(
index
:
Int
,
element
:
Impact
)
:
Impact
sort
Link copied to clipboard
inline
fun
<
E
>
MutableList
<
E
>
.
sort
(
Comparator
:
Comparator
<
E
>
)
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
MutableList
<
Impact
>