public class Pair<U extends Serializable,V extends Serializable> extends Object implements Serializable
For internal use only. May be renamed or removed in a future release.
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 © 2021. All rights reserved.