()
| 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() { |
nothing calls this directly
no test coverage detected