elasticmagic
/
dev.evo.elasticmagic.util
/
OrderedMap
Ordered
Map
class
OrderedMap
<
K
,
V
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
OrderedMap
Link copied to clipboard
fun <
K
,
V
>
OrderedMap
(vararg entries:
<ERROR CLASS>
<
K
,
V
>)
Content copied to clipboard
Types
Entry
Link copied to clipboard
class
Entry
<
K
,
V
>(key:
K
, value:
V
) :
Map.Entry
<
K
,
V
>
Content copied to clipboard
Functions
clear
Link copied to clipboard
fun
clear
()
Content copied to clipboard
containsKey
Link copied to clipboard
fun
containsKey
(key:
K
):
Boolean
Content copied to clipboard
containsValue
Link copied to clipboard
fun
containsValue
(value:
V
):
Boolean
Content copied to clipboard
get
Link copied to clipboard
operator fun
get
(key:
K
):
V
?
Content copied to clipboard
isEmpty
Link copied to clipboard
fun
isEmpty
():
Boolean
Content copied to clipboard
put
Link copied to clipboard
fun
put
(key:
K
, value:
V
):
V
?
Content copied to clipboard
putAll
Link copied to clipboard
fun
putAll
(from:
Map
<out
K
,
V
>)
Content copied to clipboard
remove
Link copied to clipboard
fun
remove
(key:
K
):
V
?
Content copied to clipboard
set
Link copied to clipboard
operator fun
set
(key:
K
, value:
V
)
Content copied to clipboard
Properties
entries
Link copied to clipboard
val
entries
:
Collection
<
Map.Entry
<
K
,
V
>>
Content copied to clipboard
keys
Link copied to clipboard
val
keys
:
Collection
<
K
>
Content copied to clipboard
size
Link copied to clipboard
val
size
:
Int
Content copied to clipboard
values
Link copied to clipboard
val
values
:
Collection
<
V
>
Content copied to clipboard