Applied-Energistics-2-tiler.../src/main/java/appeng/me/storage
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
..
AEExternalHandler.java final variables and parameters 2015-09-26 21:08:18 +02:00
CellInventory.java Closes #1906: Using a constant time collection for cells 2015-10-03 15:22:12 +02:00
CellInventoryHandler.java Closes #1906: Using a constant time collection for cells 2015-10-03 15:22:12 +02:00
CreativeCellInventory.java final variables and parameters 2015-09-26 21:08:18 +02:00
DriveWatcher.java final variables and parameters 2015-09-26 21:08:18 +02:00
ItemWatcher.java final variables and parameters 2015-09-26 21:08:18 +02:00
MEIInventoryWrapper.java final variables and parameters 2015-09-26 21:08:18 +02:00
MEInventoryHandler.java final variables and parameters 2015-09-26 21:08:18 +02:00
MEMonitorIInventory.java final variables and parameters 2015-09-26 21:08:18 +02:00
MEMonitorPassThrough.java final variables and parameters 2015-09-26 21:08:18 +02:00
MEPassThrough.java final variables and parameters 2015-09-26 21:08:18 +02:00
NetworkInventoryHandler.java final variables and parameters 2015-09-26 21:08:18 +02:00
NullInventory.java final variables and parameters 2015-09-26 21:08:18 +02:00
SecurityInventory.java final variables and parameters 2015-09-26 21:08:18 +02:00
VoidFluidInventory.java final variables and parameters 2015-09-26 21:08:18 +02:00
VoidItemInventory.java final variables and parameters 2015-09-26 21:08:18 +02:00