Applied-Energistics-2-tiler.../src/main/java/appeng
yueh 2e00a483a0 Closes #1906: Using a constant time collection for cells
Cells are only ever using precise for storing their items, thus there is
no need for a sorted collection with in general logarithmic time.
Storing them inside a HashMap for constant time is a way better solution.

Also adds an UnsortedItemList without fuzzy handling.
If anyone tries to use it, it will currently throw an
UnsupportedOperationException, Should the need arise guava Collections2
could provide a filter for it, but it is no alternative with heavy usage
of fuzzy access.

Also some code cleanup, reducing the visibility when not needed as
protected/default as well as removing actually unused methods.
2015-10-03 15:22:12 +02:00
..
block final variables and parameters 2015-09-26 21:08:18 +02:00
client sort modifier 2015-09-27 00:00:50 +02:00
container final variables and parameters 2015-09-26 21:08:18 +02:00
core Javadoc issues 2015-09-27 11:20:01 +02:00
crafting final variables and parameters 2015-09-26 21:08:18 +02:00
debug final variables and parameters 2015-09-26 21:08:18 +02:00
entity final variables and parameters 2015-09-26 21:08:18 +02:00
facade final variables and parameters 2015-09-26 21:08:18 +02:00
fmp final variables and parameters 2015-09-26 21:08:18 +02:00
helpers Add this qualifier 2015-09-27 00:00:34 +02:00
hooks final variables and parameters 2015-09-26 21:08:18 +02:00
integration final variables and parameters 2015-09-26 21:08:18 +02:00
items final variables and parameters 2015-09-26 21:08:18 +02:00
me Closes #1906: Using a constant time collection for cells 2015-10-03 15:22:12 +02:00
parts Javadoc issues 2015-09-27 11:20:01 +02:00
recipes final variables and parameters 2015-09-26 21:08:18 +02:00
server final variables and parameters 2015-09-26 21:08:18 +02:00
services final variables and parameters 2015-09-26 21:08:18 +02:00
spatial final variables and parameters 2015-09-26 21:08:18 +02:00
tile Add this qualifier 2015-09-27 00:00:34 +02:00
transformer final variables and parameters 2015-09-26 21:08:18 +02:00
util Closes #1906: Using a constant time collection for cells 2015-10-03 15:22:12 +02:00
worldgen final variables and parameters 2015-09-26 21:08:18 +02:00