public interface Pair<L,R>
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
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.