mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
* All of this work is done on the UserThread so there is no need to clone the map. * ArrayList objects are faster to iterate than HashSets and the data is guaranteed to be unique since the source is a ConcurrentHashMap * Finding all items to remove first, then removing them all is an easier to read code pattern instead of removing during iteration. |
||
---|---|---|
.. | ||
src |