Bekreth / jetedge

A Java library to take POJO classes and create a stream of randomized instances.
Apache License 2.0
6 stars 8 forks source link

Update the ObjectLimiter to take in an arbitrary collection #137

Closed Bekreth closed 6 years ago

Bekreth commented 6 years ago

What shortcoming will this fix cover

Currently, ObjectLimiter can only take in a List and Varargs.

Why its important to make this change

This change will allow for the ObjectLimiter to take any any collection. Sets, Lists, etc...

How much time I would invest in making this patch (if I had the free time to do it)

2 hours

Bekreth commented 6 years ago

https://github.com/Bekreth/jetedge/pull/152