GitHub user marcosstefani opened a pull request:

    https://github.com/apache/commons-lang/pull/315

    Get boolean value if the size of array is between two integer values

    /**
         * Get boolean value if the size of array is between two integer values
         *
         * @param array  the array that has the number of records to compare
         * @param first  initial value to be compared
         * @param last   final value to be compared
         * @return boolean value that will tell if the result is true or false
         * @author marcos.can...@gmail.com
     */

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marcosstefani/commons-lang 
arrayutils-size-is-between

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/315.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #315
    
----
commit ab7d53c8157e8f2e887923b3b414c4fcb37dc05d
Author: Marcos Rosa <marcos.cantor@...>
Date:   2018-02-22T14:05:39Z

    Get boolean value if the size of array is between two integer values

----


---

Reply via email to