utils
0.20.9
common
utils
/
it.unibo.tuprolog.utils
/
LongIndexed
Long
Indexed
common
interface
LongIndexed
<
T
>
:
Indexed
<
Long
,
T
>
,
Comparable
<
LongIndexed
<
T
>
>
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
compare
To
Link copied to clipboard
common
open
operator override
fun
compareTo
(
other
:
LongIndexed
<
T
>
)
:
Int
Content copied to clipboard
component1
Link copied to clipboard
common
open
operator
fun
component1
(
)
:
Long
Content copied to clipboard
component2
Link copied to clipboard
common
open
operator
fun
component2
(
)
:
T
Content copied to clipboard
map
Link copied to clipboard
common
abstract
override
fun
<
R
>
map
(
mapper
:
(
T
)
->
R
)
:
LongIndexed
<
R
>
Content copied to clipboard
Properties
index
Link copied to clipboard
common
abstract
val
index
:
Long
Content copied to clipboard
value
Link copied to clipboard
common
abstract
val
value
:
T
Content copied to clipboard