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

Method getKey

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

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.

()

Source from the content-addressed store, hash-verified

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.

Callers 15

acceptMethod · 0.95
applyMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toMapMethod · 0.45
modeMethod · 0.45
getContextValuesMethod · 0.45
getFirstContextValueMethod · 0.45
setContextValueMethod · 0.45
ofMethod · 0.45
ofMethod · 0.45

Calls 1

getLeftMethod · 0.95

Tested by

no test coverage detected