com.bloomberglp.blpapi
Class ElementIterator

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

public class ElementIterator
extends java.lang.Object
implements java.util.Iterator<Element>

An iterator over the contained elements of a Sequence or a Choice Element.

Author:
Chao Yao(cyao3), Siva Somu(ssomu)

Method Summary
 boolean hasNext()
          Return true if there more elements available in this iteration false otherwise
 Element next()
          Return the next contained Element in this iteration
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Return true if there more elements available in this iteration false otherwise

Specified by:
hasNext in interface java.util.Iterator<Element>

next

public Element next()
Return the next contained Element in this iteration

Specified by:
next in interface java.util.Iterator<Element>

remove

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


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.