HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

"of" should support Iterable #46

Closed GladeDiviney closed 5 years ago

GladeDiviney commented 6 years ago

Currently the of functions only take List objects, but this is sometimes inconvenient when supplying a Set or Collection or Queue etc.