- Fixed prominent bugs in ShiftingList
- Fixed shifting of data in the internal array
- Fixed retainAll()
- Fixed add(int, collection)
- Fixed much more
- Changed name of enqueue() method in WorkerThread to push()
- Moved Enum reflection code to SafeReflection class
- Moved class instantiation (bypass construction) code to SafeReflection and optimized code
- Moved EnumDefinition class into SafeReflection as a static class
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
Features:
- Fixed size
- Load prediction and memory allocation optimization
- Uses previous input to estimate future load
- Allocates memory according to previous input and a user-changeable constant
- Custom data handling with optimization for this specific case