public class PairedReturn<T,V> extends Object
Constructor and Description |
---|
PairedReturn(T t,
V v) |
Modifier and Type | Method and Description |
---|---|
T |
getFirstItem()
Returns the first object stored.
|
V |
getSecondItem()
Returns the second object stored
|
String |
toString() |
Copyright © 2017. All rights reserved.