Gets the key from this pair. This method implements the Map.Entry interface returning the left element as the key. @return the left element as the key, may be null.
()
| 186 | * @return the left element as the key, may be null. |
| 187 | */ |
| 188 | @Override |
| 189 | public final L getKey() { |
| 190 | return getLeft(); |
| 191 | } |
| 192 | |
| 193 | /** |
| 194 | * Gets the left element from this pair. |
no test coverage detected