+ 3
Java APIs
can any one give me another useful api class?
3 Antworten
+ 2
I found this useful class
"Arrays" This class contains various methods for manipulating arrays (such as sorting and searching).
one of that methods called binarySearch(ine[] a, int key)
Searches the specified array of ints for the specified value using the binary search algorithm. and Of course it's a static methods
+ 1
look at java documention at oracle website to get full explanation about Java api
+ 1
thanks @Mahmoud Heretani