public class Pair<X,Y> extends Object
Modifier and Type | Method and Description |
---|---|
X |
getFirstItem() |
Y |
getSecondItem() |
void |
setFirstItem(X firstItem) |
void |
setSecondItem(Y secondItem) |
String |
toString() |
Copyright © 2017. All rights reserved.