[LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. #551.

This commit is contained in:
Gary Gregory 2020-06-13 10:41:31 -04:00
parent 874cc14328
commit 2d21e19f06
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="jochen">Added the Locks class as a convenient possibility to deal with locked objects.</action>
<action issue="LANG-1568" type="add" dev="ggregory">Add to Functions: FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, FailableDoubleSupplier, and so on.</action>
<action issue="LANG-1569" type="add" dev="ggregory">Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value.</action>
<action issue="LANG-1550" type="add" dev="ggregory" due-to="Edgar Asatryan">Optimize ArrayUtils::isArrayIndexValid method. #551.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">