Modifier and Type | Method and Description |
---|---|
L |
getLeftValue() |
R |
getRightValue() |
Pair<R,L> |
swap()
Gives a pair that swaps the values of the current tuple
|
public L getLeftValue()
getLeftValue
in interface Pair<L,R>
public R getRightValue()
getRightValue
in interface Pair<L,R>
Copyright © 2016–2019 AdroitLogic. All rights reserved.