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
/
UnmodifiableMutableMapEntry
Unmodifiable
Mutable
Map
Entry
class
UnmodifiableMutableMapEntry
<
K
,
V
>
(
delegate
:
MutableMap.MutableEntry
<
K
,
V
>
)
:
MutableMap.MutableEntry
<
K
,
V
>
Members
Constructors
Unmodifiable
Mutable
Map
Entry
Link copied to clipboard
constructor
(
delegate
:
MutableMap.MutableEntry
<
K
,
V
>
)
Properties
key
Link copied to clipboard
open
override
val
key
:
K
value
Link copied to clipboard
open
override
val
value
:
V
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
set
Value
Link copied to clipboard
open
override
fun
setValue
(
newValue
:
V
)
:
V
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String