mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
8ecb5b9cb1
* 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 |