v5.7.3
- Unified build output set to
target/classes. - With
FastTable:- The
method has been removed.requireNotNull() - The
method has been removed.isNullDisallowed() - If you want the table to not allow
nullvalues, use constructors that specifyboolean rejectNullssuch as:FastTable(boolean rejectNulls)orFastTable(int capacity, boolean rejectNulls)orFastTable(Collection values, boolean rejectNulls). - Updated Javadoc.
- The
- Updated README.
- The new Javadoc page has been updated.
Full Changelog: v5.7.2...v5.7.3