MySQL Connector/J Reference
v9.4.0
-
- 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 |
Description |
T |
left |
|
U |
right |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
Pair(T left,
U right) |
|
-
-
Field Detail
-
right
public final U right
MySQL Connector/J Reference
v9.4.0
Copyright © 2016, 2025, Oracle and/or its affiliates.