MCPcopy Create free account
hub / github.com/antlr/codebuff / keyOrNull

Method keyOrNull

corpus/java/training/guava/collect/Maps.java:3656–3659  ·  view source on GitHub ↗
(@Nullable Entry<K, ?> entry)

Source from the content-addressed store, hash-verified

3654 }
3655
3656 @Nullable
3657 static <K> K keyOrNull(@Nullable Entry<K, ?> entry) {
3658 return (entry == null) ? null : entry.getKey();
3659 }
3660
3661 @Nullable
3662 static <V> V valueOrNull(@Nullable Entry<?, V> entry) {

Callers 15

lowerKeyMethod · 0.95
floorKeyMethod · 0.95
ceilingKeyMethod · 0.95
higherKeyMethod · 0.95
putInverseMethod · 0.95
getMethod · 0.95
pollFirstMethod · 0.45
pollLastMethod · 0.45
lowerKeyMethod · 0.45
floorKeyMethod · 0.45
ceilingKeyMethod · 0.45
higherKeyMethod · 0.45

Calls 1

getKeyMethod · 0.65

Tested by

no test coverage detected