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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TimeDependentValues()
Empty list of values.TimeDependentValues(Iterable<T> srcList)
Copy constructor. -
Method Summary
-
Field Details
-
Constructor Details
-
TimeDependentValues
public TimeDependentValues()Empty list of values. -
TimeDependentValues
Copy constructor.- Parameters:
srcList
- an iterable of TimeDependent
-
-
Method Details