()
| 887 | } |
| 888 | |
| 889 | @Override |
| 890 | public K lastKey() { |
| 891 | return key(toEnd ? lastEntry() : getPrecedingEntry(toKey)); |
| 892 | } |
| 893 | |
| 894 | private transient Set<Map.Entry<K, V>> entrySet = new EntrySetView(); |
| 895 |
nothing calls this directly
no test coverage detected