|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.quote.EODQuoteBundleIterator
public class EODQuoteBundleIterator
Iterator for traversing EODQuotes in an EODQuoteBundle. This iterator allows the user to
traverse each quote in any quote bundle. The quotes will be pulled out in date then
symbol order. To get an interator for a EODQuoteBundle, use the
EODQuoteBundle.iterator()
method.
EODQuote
,
EODQuoteBundle
Constructor Summary | |
---|---|
EODQuoteBundleIterator(EODQuoteBundle quoteBundle)
Create a new iterator over the given quote bundle. |
Method Summary | |
---|---|
boolean |
hasNext()
Return whether the EODQuoteBundle has anymore Quotes. |
java.lang.Object |
next()
Return the next Quote in the EODQuoteBundle. |
void |
remove()
Removing Quotes from the EODQuoteBundle is not supported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EODQuoteBundleIterator(EODQuoteBundle quoteBundle)
Method Detail |
---|
public java.lang.Object next()
next
in interface java.util.Iterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |