MCPcopy Create free account
hub / github.com/apache/commons-lang / getLeft

Method getLeft

src/main/java/org/apache/commons/lang3/tuple/Pair.java:200–200  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

198 * @return the left element, may be null.
199 */
200 public abstract L getLeft();
201
202 /**
203 * Gets the right element from this pair.

Callers 4

compareToMethod · 0.95
getKeyMethod · 0.95
toStringMethod · 0.95
getLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected