Applied-Energistics-2-tiler.../src/main/java/appeng/me
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
..
cache final variables and parameters 2015-09-26 21:08:18 +02:00
cluster final variables and parameters 2015-09-26 21:08:18 +02:00
energy final variables and parameters 2015-09-26 21:08:18 +02:00
helpers final variables and parameters 2015-09-26 21:08:18 +02:00
pathfinding final variables and parameters 2015-09-26 21:08:18 +02:00
storage Closes #1906: Using a constant time collection for cells 2015-10-03 15:22:12 +02:00
Grid.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridAccessException.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
GridCacheWrapper.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
GridConnection.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridException.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridNode.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridNodeCollection.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridNodeIterator.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridPropagator.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridSplitDetector.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridStorage.java final variables and parameters 2015-09-26 21:08:18 +02:00
GridStorageSearch.java final variables and parameters 2015-09-26 21:08:18 +02:00
MachineSet.java final variables and parameters 2015-09-26 21:08:18 +02:00
NetworkEventBus.java final variables and parameters 2015-09-26 21:08:18 +02:00
NetworkList.java final variables and parameters 2015-09-26 21:08:18 +02:00