()
| 1059 | } |
| 1060 | |
| 1061 | @Override |
| 1062 | public E pollLast() { |
| 1063 | return Iterables.removeFirstMatching(unfiltered().descendingSet(), predicate); |
| 1064 | } |
| 1065 | |
| 1066 | @Override |
| 1067 | public NavigableSet<E> descendingSet() { |
nothing calls this directly
no test coverage detected