itertools_java icon indicating copy to clipboard operation
itertools_java copied to clipboard

Itertools for java

Results 6 itertools_java issues
Sort by recently updated
recently updated
newest added

Currently the main classes are in the library's default package (root), so they cannot be imported from outside the library itself.

Changing the List parameter to the Iterable parameter in some of the methods and providing proper implementation.

The library currently supports only lists as inputs. Add support for adding iterables as inputs.