public class Pair<U extends Serializable,V extends Serializable> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
U |
getFirst()
Gets the first component of the pair.
|
V |
getSecond()
Gets the second component of the pair.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.