Files
runelite/runelite-client
Harry 3b17c3e892 Improve and cleanup code in runelite-client (#3859)
* Remove redundant escape char
* Remove double negation
* Replace while loop with forEach
* Replace collections.sort with list.sort as its faster
* Replace if/elseif chain with switch
* Remove redundant call to format()
* Use bulk operation instead of iteration
* Remove unnecessary contains check
* Remove redundant type casts
2018-06-18 11:05:33 +02:00
..