ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 172 forks source link

Added integer array binary search methods to Arrays class #526

Closed MaartenR closed 7 years ago

MaartenR commented 7 years ago

Hi,

needed the ability to use the binary search method of the Arrays class on integer arrays for our project. So i added this method and the accompanying unit test.