service
/
com.scurab.android.uitor.model
/
Pair
Pair
open
class
Pair
<
K
:
Any
!
,
V
:
Any
!
>
Constructors
<init>
Pair
(
key
:
K
,
value
:
V
)
Properties
Key
val
Key
:
K
Value
val
Value
:
V