com.activequant.archive
Class MultiValueTimeSeriesIterator
java.lang.Object
com.activequant.archive.MultiValueTimeSeriesIterator
- All Implemented Interfaces:
- Iterator<Tuple<TimeStamp,Map<String,Double>>>
public abstract class MultiValueTimeSeriesIterator
- extends Object
- implements Iterator<Tuple<TimeStamp,Map<String,Double>>>
- Author:
- ustaudinger
|
Method Summary |
void |
remove()
Implemented as final to prevent re-implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValueTimeSeriesIterator
public MultiValueTimeSeriesIterator()
remove
public final void remove()
- Implemented as final to prevent re-implementation.
- Specified by:
remove in interface Iterator<Tuple<TimeStamp,Map<String,Double>>>
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.