MySQL Connector/J Reference
v8.0.33
-
- Type Parameters:
T - left part type
U - right part type
- Enclosing class:
- ConnectionUrlParser
public static class ConnectionUrlParser.Pair<T,U>
extends Object
This class is a simple container for two elements.
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
T |
left |
U |
right |
-
Constructor Summary
Constructors
| Constructor and Description |
Pair(T left,
U right) |
-
-
Field Detail
-
right
public final U right
MySQL Connector/J Reference
v8.0.33
Copyright © 2016, 2023, Oracle and/or its affiliates.