public class SerializablePair<T1,T2> extends Pair<T1,T2>
| Constructor and Description | 
|---|
SerializablePair(T1 lhs,
                T2 rhs)  | 
| Modifier and Type | Method and Description | 
|---|---|
T1 | 
getLhs()  | 
T2 | 
getRhs()  | 
Copyright © 2011–2018. All rights reserved.