Gets the left element from this pair. When treated as a key-value pair, this is the key. @return the left element, may be null.
()
| 198 | * @return the left element, may be null. |
| 199 | */ |
| 200 | public abstract L getLeft(); |
| 201 | |
| 202 | /** |
| 203 | * Gets the right element from this pair. |