toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.configuration
/
ScopeSearcher
Scope
Searcher
interface
ScopeSearcher
<
V
:
Any
>
:
SortedMap
<
String
,
V
>
Inheritors
ScopeContextSearcher
ScopeNamedAggregateSearcher
Members
Members & Extensions
Properties
entries
Link copied to clipboard
abstract
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
V
>
>
keys
Link copied to clipboard
abstract
override
val
keys
:
MutableSet
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
override
val
values
:
MutableCollection
<
V
>
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
comparator
Link copied to clipboard
abstract
fun
comparator
(
)
:
Comparator
<
in
String
>
compute
Link copied to clipboard
open
fun
compute
(
p0
:
String
,
p1
:
BiFunction
<
in
String
,
in
V
?
,
out
V
?
>
)
:
V
?
compute
If
Absent
Link copied to clipboard
open
fun
computeIfAbsent
(
p0
:
String
,
p1
:
Function
<
in
String
,
out
V
>
)
:
V
compute
If
Present
Link copied to clipboard
open
fun
computeIfPresent
(
p0
:
String
,
p1
:
BiFunction
<
in
String
,
in
V
,
out
V
?
>
)
:
V
?
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
V
)
:
Boolean
first
Key
Link copied to clipboard
abstract
fun
firstKey
(
)
:
String
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
BiConsumer
<
in
String
,
in
V
>
)
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
V
?
get
Or
Default
Link copied to clipboard
open
fun
getOrDefault
(
key
:
String
,
defaultValue
:
V
)
:
V
head
Map
Link copied to clipboard
abstract
fun
headMap
(
p0
:
String
)
:
SortedMap
<
String
,
V
>
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
last
Key
Link copied to clipboard
abstract
fun
lastKey
(
)
:
String
merge
Link copied to clipboard
open
fun
merge
(
p0
:
String
,
p1
:
V
,
p2
:
BiFunction
<
in
V
,
in
V
,
out
V
?
>
)
:
V
?
put
Link copied to clipboard
abstract
fun
put
(
key
:
String
,
value
:
V
)
:
V
?
put
All
Link copied to clipboard
abstract
fun
putAll
(
from
:
Map
<
out
String
,
V
>
)
put
If
Absent
Link copied to clipboard
open
fun
putIfAbsent
(
p0
:
String
,
p1
:
V
)
:
V
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
V
?
open
fun
remove
(
key
:
String
,
value
:
V
)
:
Boolean
replace
Link copied to clipboard
open
fun
replace
(
p0
:
String
,
p1
:
V
)
:
V
?
open
fun
replace
(
p0
:
String
,
p1
:
V
,
p2
:
V
)
:
Boolean
replace
All
Link copied to clipboard
open
fun
replaceAll
(
p0
:
BiFunction
<
in
String
,
in
V
,
out
V
>
)
required
Search
Link copied to clipboard
open
fun
requiredSearch
(
scope
:
String
)
:
V
search
Link copied to clipboard
open
fun
search
(
scope
:
String
)
:
V
?
sub
Map
Link copied to clipboard
abstract
fun
subMap
(
p0
:
String
,
p1
:
String
)
:
SortedMap
<
String
,
V
>
tail
Map
Link copied to clipboard
abstract
fun
tailMap
(
p0
:
String
)
:
SortedMap
<
String
,
V
>
to
Header
Link copied to clipboard
fun
Map
<
String
,
String
>
?
.
toHeader
(
)
:
Header