Skip to content

v5.7.2

Choose a tag to compare

@github-actions github-actions released this 26 Mar 07:54
  • Optimized the FastTable source code.
  • For classes in the javolution.util.primitive package:
    • Classes have been renamed to the format Fast<Datatype>ArrayList.
    • The source code has been optimized.
    • It will now throw an ArrayIndexOutOfBoundsException instead of IndexOutOfBoundsException when attempting to access an invalid index position.
    • Renamed the delete() method to removeElement().
    • Removed the removeRange() method.

Full Changelog: v5.7.1...v5.7.2