Search
Preparing search index...
The search index is not available
typescript-logging
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"utils/DataStructures"
TuplePair
Class TuplePair<X, Y>
Tuple to hold two values.
Type parameters
X
Y
Hierarchy
TuplePair
Index
Constructors
constructor
Accessors
x
y
Constructors
constructor
new
Tuple
Pair
(
x
:
X
, y
:
Y
)
:
TuplePair
Parameters
x:
X
y:
Y
Returns
TuplePair
Accessors
x
get
x
(
)
:
X
set
x
(
value
:
X
)
:
void
Returns
X
Parameters
value:
X
Returns
void
y
get
y
(
)
:
Y
set
y
(
value
:
Y
)
:
void
Returns
Y
Parameters
value:
Y
Returns
void
Globals
"utils/
Data
Structures"
Linked
List
Simple
Map
String
Builder
Tuple
Pair
constructor
x
y
Generated using
TypeDoc
Tuple to hold two values.