Skip to content

v5.7.7

Choose a tag to compare

@github-actions github-actions released this 23 Jul 13:20
  • Updated README.md.
  • Removed AbstractList: Now, FastList and FastTable will directly extends FastCollection.
  • Removed javolution.util.ReentrantLock: Use javolution.util.concurrent.locks.ReentrantLock instead.
  • Removed the javolution.util.internal.collection package and its inner classes.
  • Reimplemented Unmodifiable and Shared for FastCollection, FastList, and FastTable.
  • The source code will now use the Java standard line width, reduced from 120 to 80 characters.

Full Changelog: v5.7.6...v5.7.7