NoCheatPlus/NCPCommons/src
asofold 08c5aa2d7c Implement a linked coord hash map, custom order, tests.
Can't implement "dumb" access order, because we will have to move
entries to the front with setting and altering data, but we don't want
the data to be changed every time get is called, e.g. with piston
tracking.

Efficiency could be increased, using the entry as reference instead of
duplicate calls with coordinates.
2015-09-28 15:10:02 +02:00
..
main/java/fr/neatmonster/nocheatplus Implement a linked coord hash map, custom order, tests. 2015-09-28 15:10:02 +02:00
test/java/fr/neatmonster/nocheatplus/test Implement a linked coord hash map, custom order, tests. 2015-09-28 15:10:02 +02:00