Applied-Energistics-2-tiler.../src/main/java/appeng/util
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
..
inv final variables and parameters 2015-09-26 21:08:18 +02:00
item Closes #1906: Using a constant time collection for cells 2015-10-03 15:22:12 +02:00
iterators final variables and parameters 2015-09-26 21:08:18 +02:00
prioitylist final variables and parameters 2015-09-26 21:08:18 +02:00
BlockUpdate.java final variables and parameters 2015-09-26 21:08:18 +02:00
ClassInstantiation.java final variables and parameters 2015-09-26 21:08:18 +02:00
ConfigManager.java final variables and parameters 2015-09-26 21:08:18 +02:00
IConfigManagerHost.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
InventoryAdaptor.java final variables and parameters 2015-09-26 21:08:18 +02:00
InWorldToolOperationResult.java final variables and parameters 2015-09-26 21:08:18 +02:00
ISlimReadableNumberConverter.java Code format 2015-08-06 19:08:02 +02:00
ItemSorters.java final variables and parameters 2015-09-26 21:08:18 +02:00
IWideReadableNumberConverter.java Code format 2015-08-06 19:08:02 +02:00
IWorldCallable.java Javadoc issues 2015-09-27 11:20:01 +02:00
LookDirection.java final variables and parameters 2015-09-26 21:08:18 +02:00
Platform.java Constant array init 2015-09-27 00:00:11 +02:00
ReadableNumberConverter.java final variables and parameters 2015-09-26 21:08:18 +02:00
ReadOnlyCollection.java final variables and parameters 2015-09-26 21:08:18 +02:00
SettingsFrom.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
UUIDMatcher.java final variables and parameters 2015-09-26 21:08:18 +02:00