pda
jvm
core
/
net.artux.pda.map.utils.model
/
Triple
Triple
open
class
Triple
<
K
,
T
,
S
>
Members
Constructors
Triple
Link copied to clipboard
constructor
(
first
:
K
,
second
:
T
,
third
:
S
)
Properties
first
Link copied to clipboard
val
first
:
K
second
Link copied to clipboard
val
second
:
T
third
Link copied to clipboard
val
third
:
S