Is there an accepted Java equivalent to Python’s zip()? [duplicate]

Functional Java has zip, zipWith and zipIndex the way you would expect from Haskell or Scala. (Indeed, the authors are pretty much all Haskell programmers.)

Leave a Comment