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

Method lastEntry

output/java_guava/1.4.19/Maps.java:3323–3326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3321 }
3322
3323 @Override
3324 public Entry<K, V> lastEntry() {
3325 return unmodifiableOrNull(delegate.lastEntry());
3326 }
3327
3328 @Override
3329 public final Entry<K, V> pollFirstEntry() {

Callers

nothing calls this directly

Calls 2

lastEntryMethod · 0.65
unmodifiableOrNullMethod · 0.45

Tested by

no test coverage detected