This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 4dd482ca1b GROOVY-5193: refactor checking
new 9c6a0a9950 add partitionPoint to Groovy Array and List
new f0f2153b4d add partitionPoint to Groovy Array and List - fix comment
new 3029622fd4 add partitionPoint to Groovy Array and List - refactor
after 1st review, method name to binaryPartitionPoint
new 0c48fa2e4e add partitionPoint to Groovy Array and List - revert method
name to partitionPoint, prefer Predicate<T> to Closure<?>, DGM prefer List to
AbstractList
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../groovy/runtime/ArrayGroovyMethods.java | 553 +++++++++++++++++++++
.../groovy/runtime/DefaultGroovyMethods.java | 84 ++++
2 files changed, 637 insertions(+)