4 Commits

Author SHA1 Message Date
Gabriel Tofvesson
b89ed6bf77 Minor update
- Started creating a new revision of the ShiftingList
  - Populated entries are shifted to the end of the array
  - Shifting is done in blocks
  - Referring to indexes is more secure now
- Added final collection helper class
- Started adding ShiftingMap based on ShiftingList
- Made SafeReflection helper class final
2016-12-22 17:38:19 +01:00
Gabriel Tofvesson
d7660799be Removed ShiftingMap (project for another day)
Removed Shifting Set
Removed Shifting Entry
Added Shifting List inheriting most of it's functionality from the Shifting Set
Optimized load balancing algorithm to ensure that array isn't unnecessarily resized
Optimized load balancing algorithm by simplifying load calculation
Added new List Iterator in addition to regular Iterator
2016-10-31 22:12:39 +01:00
d7d49e8ee2 Complete rewrite of shifting map code:
Added shifting set as separate public class
  Added "Empty" class for internal references
  Added shifting entry for static array reference to shifting set
2016-10-31 01:47:37 +04:00
4b0a7d6627 ShiftingList -> ShiftingMap
ShiftingMap: Fixed bug causing maps added to Map to become misaligned.
2016-10-26 13:21:17 +04:00