The-Acronym-Coders / BASE

The Central Repo For The B.A.S.E Project
16 stars 13 forks source link

Code cleanup after PR 103 was merged and reviewed #104

Closed Shananiganeer closed 6 years ago

Shananiganeer commented 6 years ago

Converted ArrayLists to LinkedLists for DropTableBuilder, WeightedDropTable, and DropUtils as there are only additions/deletions to those Lists and no searches.

Converted private ArrayLists to Arrays in WeightedDropTable.

Renamed Pattern and Matcher in DropUtils for better readability and removed extraneous logging leftover from prior debugging.