|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bloomberglp.blpapi.ElementIterator
public class ElementIterator
An iterator over the contained elements of a Sequence or a Choice Element.
| 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 |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Element>public Element next()
next in interface java.util.Iterator<Element>public void remove()
remove in interface java.util.Iterator<Element>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||