Skip to content

v5.7.3

Choose a tag to compare

@github-actions github-actions released this 14 Apr 15:28
  • Unified build output set to target/classes.
  • With FastTable:
    • The requireNotNull() method has been removed.
    • The isNullDisallowed() method has been removed.
    • If you want the table to not allow null values, use constructors that specify boolean rejectNulls such as: FastTable(boolean rejectNulls) or FastTable(int capacity, boolean rejectNulls) or FastTable(Collection values, boolean rejectNulls).
    • Updated Javadoc.
  • Updated README.
  • The new Javadoc page has been updated.

Full Changelog: v5.7.2...v5.7.3