tag:github.com,2008:https://github.com/lewysDavies/Java-Probability-Collection/releasesTags from Java-Probability-Collection2020-07-15T23:51:05Ztag:github.com,2008:Repository/277829009/v0.82020-07-15T23:56:20Z0.8 UpdatelewysDaviestag:github.com,2008:Repository/277829009/v0.72020-07-15T15:01:02Z0.7 Update<p>Added clear() method</p>
<p>- Added test for clear() behaviour</p>
<p>- Version bump to 0.7</p>lewysDaviestag:github.com,2008:Repository/277829009/v0.62020-07-08T23:22:03Z0.6 Update<p>0.6 Update</p>
<p>This changes does not change functionality and will not break any
<br />implementation. All changes are internal only.</p>
<p>Changes to Collection Class:
<br />1) Updated contains to just use collection.stream.anyMatch
<br />2) Added parameter guards to protect against invalid elements
<br />3) get() will throw an illegal state exception if the collection is
<br />empty
<br />4) get() asserts object is not null (Which if the collection contains
<br />elements, it never should be).
<br />5) JavaDoc has been updated to document these changes</p>
<p>Changes to Tests:
<br />1) Added new tests to assert all errors are thrown correctly
<br />2) Added new test to assert get() never returns null in extreme edge
<br />cases
<br />3) Increased repeated test amounts
<br />4) Updated int comparison to use assertEquals not assertTrue x == y</p>lewysDaviestag:github.com,2008:Repository/277829009/0.52020-07-07T15:16:45ZInitial ReleaselewysDavies