I do not use the AdGuard extension. I have uninstalled both the uBlock and Stylus extensions, as well as the Tampermonkey extension, since I began using AdGuard for Windows 7 months ago.
It does not use any extension APIs, it modifies traffic system wide using a local proxy. AdGuard performs all the functions of uBlock, as well as additional features such as HTTPS filtering, cosmetic (user scripts and user styles), as well as DNS. It works with any browser and application. I don't understand why you consider the desktop program to be useless...
Should Google be forced to stop promoting Chrome over other browsers?
Google pushes Chrome to anyone visiting its website using browsers other than Chrome.
Question
timsweb
Hi All,
I was wondering if I could get some advise on ArrayList's and Collections,
I currently have an ArrayList which becomes big in size, roughly 100,000 - 1,000,000 items, which are of a type I have created, Customers,
When searching the ArrayList, which I currently do with a for loop, I am searching for a match on 2 string items in the Customer object,
My question is how can I make this more efficient as from what I have seen, maps use numerical indexes, when the data I need a match on are Strings,
Also so you know, it is safe to assume the 2 string items in the Customer object are unique when put together,
Any ideas or advise on the best route to go would be great :)
Thanks, Tim
Link to comment
https://www.neowin.net/forum/topic/1097901-java-arraylists-and-collections/Share on other sites
6 answers to this question
Recommended Posts