"david.lloyd(a)jboss.com" wrote :
| If you keep the array or arraylist sorted, you can get the same O(log n)-type
performance by using e.g. Arrays.binarySearch()....
Ah yes, of course! This should definitely be converted to an array then.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248266#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...