Class ElementIterator

java.lang.Object
com.bloomberglp.blpapi.ElementIterator
All Implemented Interfaces:
Iterator<Element>

public class ElementIterator extends Object implements Iterator<Element>
An iterator over the contained elements of a Sequence or a Choice Element.
  • Method Details

    • hasNext

      public boolean hasNext()
      Return true if there more elements available in this iteration false otherwise
      Specified by:
      hasNext in interface Iterator<Element>
    • next

      public Element next()
      Return the next contained Element in this iteration
      Specified by:
      next in interface Iterator<Element>
    • remove

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