com.activequant.archive
Class TimeSeriesIterator

java.lang.Object
  extended by com.activequant.archive.TimeSeriesIterator
All Implemented Interfaces:
Iterator<Tuple<TimeStamp,Double>>

public abstract class TimeSeriesIterator
extends Object
implements Iterator<Tuple<TimeStamp,Double>>

Author:
ustaudinger

Constructor Summary
TimeSeriesIterator()
           
 
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

TimeSeriesIterator

public TimeSeriesIterator()
Method Detail

remove

public final void remove()
Implemented as final to prevent re-implementation.

Specified by:
remove in interface Iterator<Tuple<TimeStamp,Double>>


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.