com.activequant.archive
Class MultiValueTimeSeriesIterator

java.lang.Object
  extended by 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

Constructor Summary
MultiValueTimeSeriesIterator()
           
 
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
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Constructor Detail

MultiValueTimeSeriesIterator

public MultiValueTimeSeriesIterator()
Method Detail

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.