PlotSquared/Core/src
sauilitired 16dbbe5244 Refactoring of PS#getPlots:
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.
2018-11-14 13:52:09 +01:00
..
main Refactoring of PS#getPlots: 2018-11-14 13:52:09 +01:00
test/java/com/github/intellectualsites/plotsquared/plot Update packages. This will not be appreciated 🐱 2018-08-10 17:53:15 +02:00