v5.7.2
- Optimized the
FastTablesource code. - For classes in the
javolution.util.primitivepackage:- Classes have been renamed to the format
Fast<Datatype>ArrayList. - The source code has been optimized.
- It will now throw an
ArrayIndexOutOfBoundsExceptioninstead ofIndexOutOfBoundsExceptionwhen attempting to access an invalid index position. - Renamed the
delete()method toremoveElement(). - Removed the
method.removeRange()
- Classes have been renamed to the format
Full Changelog: v5.7.1...v5.7.2