Class Iterables.Zipper.Iter

java.lang.Object
io.atlassian.fugue.Iterables.Zipper.Iter
All Implemented Interfaces:
Iterator<C>
Enclosing class:
Iterables.Zipper<A,B,C>

class Iterables.Zipper.Iter extends Object implements Iterator<C>
  • Field Details

  • Constructor Details

    • Iter

      Iter()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<C>
    • next

      public C next()
      Specified by:
      next in interface Iterator<C>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<C>