mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-04-03 18:15:50 +02:00
Initialize to HashSet rather than ArrayList, because of add in HashSet is O(1) vs. add in ArrayList which is O(n). Also make the wrapping set immutable. |
||
---|---|---|
.. | ||
src | ||
build.gradle |