Package com.bloomberglp.blpapi
Class ElementIterator
java.lang.Object
com.bloomberglp.blpapi.ElementIterator
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 -
next
Return the next contained Element in this iteration -
remove
public void remove()
-