public class GridPair<T> extends GridBiTuple<T,T>
GridBiTuple for pair of objects of the same type.| Constructor and Description |
|---|
GridPair()
Empty constructor required by
Externalizable. |
GridPair(T t1,
T t2)
Creates pair with given objects.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
public GridPair()
Externalizable.public Object clone()
clone in class GridBiTuple<T,T>Copyright © 2014. All rights reserved.