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.search
/
PhraseQueue
Phrase
Queue
class
PhraseQueue
(
size
:
Int
)
:
PriorityQueue
<
PhrasePositions
>
Members
Constructors
Phrase
Queue
Link copied to clipboard
constructor
(
size
:
Int
)
Functions
add
Link copied to clipboard
fun
add
(
element
:
PhrasePositions
)
:
PhrasePositions
?
add
All
Link copied to clipboard
fun
addAll
(
elements
:
MutableCollection
<
PhrasePositions
>
)
clear
Link copied to clipboard
expect
fun
clear
(
)
insert
With
Overflow
Link copied to clipboard
fun
insertWithOverflow
(
element
:
PhrasePositions
)
:
PhrasePositions
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
PhrasePositions
>
less
Than
Link copied to clipboard
open
override
fun
lessThan
(
pp1
:
PhrasePositions
,
pp2
:
PhrasePositions
)
:
Boolean
pop
Link copied to clipboard
fun
pop
(
)
:
PhrasePositions
?
remove
Link copied to clipboard
fun
remove
(
element
:
PhrasePositions
)
:
Boolean
size
Link copied to clipboard
expect
fun
size
(
)
:
Int
top
Link copied to clipboard
fun
top
(
)
:
PhrasePositions
top
Or
Null
Link copied to clipboard
fun
topOrNull
(
)
:
PhrasePositions
?
update
Top
Link copied to clipboard
fun
updateTop
(
)
:
PhrasePositions
fun
updateTop
(
newTop
:
PhrasePositions
)
:
PhrasePositions