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

Method lastEntry

output/java_guava/1.4.16/Maps.java:3321–3324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3319 }
3320
3321 @Override
3322 public Entry<K, V> lastEntry() {
3323 return unmodifiableOrNull(delegate.lastEntry());
3324 }
3325
3326 @Override
3327 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