Class 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
    • Method Detail

      • hasNext

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

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