(@ParametricNullness K e)
| 4005 | } |
| 4006 | |
| 4007 | @Override |
| 4008 | public @Nullable K ceiling(@ParametricNullness K e) { |
| 4009 | return map().ceilingKey(e); |
| 4010 | } |
| 4011 | |
| 4012 | @Override |
| 4013 | public @Nullable K higher(@ParametricNullness K e) { |
nothing calls this directly
no test coverage detected