On Thu, 2 Mar 2023 15:59:33 GMT, Martin Buchholz <mar...@openjdk.org> wrote:
> Right. But remove(Object) unlike remove() doesn't consider the expiration > time. Confusing! Actually, confusion extends to **three** methods with the same name: - `Queue.remove()` - `Collection.remove(Object)` - `Iterator.remove()` ------------- PR: https://git.openjdk.org/jdk/pull/12729