toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.obj
/
IndexesStatus
Indexes
Status
@
Serializable
data
class
IndexesStatus
(
val
indexes
:
List
<
IndexIdStatus
>
)
:
Map
<
String
,
IndexStatus
>
Members
Constructors
Indexes
Status
Link copied to clipboard
constructor
(
indexes
:
List
<
IndexIdStatus
>
)
Properties
entries
Link copied to clipboard
open
override
val
entries
:
Set
<
Map.Entry
<
String
,
IndexStatus
>
>
indexes
Link copied to clipboard
val
indexes
:
List
<
IndexIdStatus
>
keys
Link copied to clipboard
open
override
val
keys
:
Set
<
String
>
size
Link copied to clipboard
open
override
val
size
:
Int
values
Link copied to clipboard
open
override
val
values
:
Collection
<
IndexStatus
>
Functions
contains
Key
Link copied to clipboard
open
override
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
open
override
fun
containsValue
(
value
:
IndexStatus
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
String
)
:
IndexStatus
?
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean