tag:github.com,2008:https://github.com/lewysDavies/Java-Probability-Collection/releases Tags from Java-Probability-Collection 2020-07-15T23:51:05Z tag:github.com,2008:Repository/277829009/v0.8 2020-07-15T23:56:20Z 0.8 Update lewysDavies tag:github.com,2008:Repository/277829009/v0.7 2020-07-15T15:01:02Z 0.7 Update <p>Added clear() method</p> <p>- Added test for clear() behaviour</p> <p>- Version bump to 0.7</p> lewysDavies tag:github.com,2008:Repository/277829009/v0.6 2020-07-08T23:22:03Z 0.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> lewysDavies tag:github.com,2008:Repository/277829009/0.5 2020-07-07T15:16:45Z Initial Release lewysDavies