projects/m2-core/src/lib/model/auxiliary/Pair.ts
Properties |
Methods |
constructor(first?: F, second?: S)
|
|||||||||
|
Parameters :
|
| Public first |
Type : F
|
| Public second |
Type : S
|
| Public clear |
clear()
|
|
Returns :
void
|
| Public set | |||||||||
set(first?: F, second?: S)
|
|||||||||
|
Parameters :
Returns :
void
|