org.jquantlib.time
Class TimeSeries<V>
- java.lang.Object
-
- org.jquantlib.time.Series<Date,V>
-
- org.jquantlib.time.TimeSeries<V>
-
- All Implemented Interfaces:
- java.util.Map<Date,V>, java.util.NavigableMap<Date,V>, java.util.SortedMap<Date,V>
public class TimeSeries<V> extends Series<Date,V>
Container for historical dataThis class acts as a generic repository for a set of historical data. Any single datum can be accessed through its date, while sets of consecutive data can be accessed through iterators.
This class is intended to keep closest compatibility with QuantLib/C++ as possible, being nothing more than a shortcut to class
Series, where the first parametric type is fixed asDate.- See Also:
Series
-
-
Constructor Summary
Constructors Constructor and Description TimeSeries(java.lang.Class<V> classV)
-
Method Summary
-
Methods inherited from class org.jquantlib.time.Series
ceilingEntry, ceilingKey, clear, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, get, hashCode, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
-
-
-
-
Constructor Detail
-
TimeSeries
public TimeSeries(java.lang.Class<V> classV)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG