Answers the biggest element less than the specified one, or null if no such element. @param e the specified element @return the biggest element less than the specified one, or null if no such element @throws ClassCastException if the element cannot be compared with th
(E e)
| 85 | * if the element is null and the set can not contain null |
| 86 | */ |
| 87 | E lower(E e); |
| 88 | |
| 89 | /** |
| 90 | * Answers the biggest element less than or equal to the specified one, or |
no outgoing calls
no test coverage detected