Class ZenoChainIterator<U>

java.lang.Object
net.sf.saxon.ma.zeno.ZenoChainIterator<U>
Type Parameters:
U - the type of the elements in the chain
All Implemented Interfaces:
Iterator<U>

public class ZenoChainIterator<U> extends Object implements Iterator<U>
A (Java) Iterator over a ZenoChain
  • Constructor Details

  • Method Details

    • hasNext

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

      public U next()
      Specified by:
      next in interface Iterator<U>