public class Pair<FIRST,SECOND> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private FIRST |
first |
private SECOND |
second |
private static long |
serialVersionUID
Default Serial Id
|
| Constructor and Description |
|---|
Pair() |
Pair(FIRST first,
SECOND second) |
private static final long serialVersionUID
private FIRST first
private SECOND second
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.