Package eu.europa.esig.dss.spi.util
Class TimeDependentValues<T extends TimeDependent>
- java.lang.Object
-
- eu.europa.esig.dss.spi.util.TimeDependentValues<T>
-
- Type Parameters:
T- sub type of TimeDependent
- All Implemented Interfaces:
Iterable<T>
- Direct Known Subclasses:
MutableTimeDependentValues
public class TimeDependentValues<T extends TimeDependent> extends Object implements Iterable<T>
Immutable list of time-dependent values, with the latest value first.- Author:
- jdvorak
-
-
Constructor Summary
Constructors Constructor Description TimeDependentValues()Empty list of values.TimeDependentValues(Iterable<T> srcList)Copy constructor.
-
-
-
Field Detail
-
list
protected final List<T extends TimeDependent> list
-
-