RFR: 8343125: Correct the documentation for TreeMap's getFloorEntry and getCeilingEntry [v3]
duke
duke at openjdk.org
Mon Nov 18 18:19:43 UTC 2024
On Thu, 14 Nov 2024 03:23:29 GMT, Naman Nigam <duke at openjdk.org> wrote:
>> As the documentation of getCeilingEntry currently reads, the inference is misleading as follows:
>>
>> if no such entry exists, returns the entry for the least key greater than the specified key;
>> if no such entry exists (i.e., the greatest key in the Tree is less than the specified key), returns {@code null}
>> Have modified the first section to ensure that its clear that the value returned is upon existence of the key. Added a similar change for getFloorEntry.
>
> Naman Nigam has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8343125 : Empty tree case explicitly specified.
@namannigam
Your change (at version 48a0fc1ab2f7c6eec0f6b0bfff431b921d22684f) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21729#issuecomment-2483789125
More information about the core-libs-dev
mailing list