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