Class TimeDependentValues<T extends TimeDependent>

java.lang.Object
eu.europa.esig.dss.model.timedependent.TimeDependentValues<T>
Type Parameters:
T - sub type of TimeDependent
All Implemented Interfaces:
Serializable, Iterable<T>
Direct Known Subclasses:
MutableTimeDependentValues

public class TimeDependentValues<T extends TimeDependent> extends Object implements Iterable<T>, Serializable
Immutable list of time-dependent values, with the latest value first.
Author:
jdvorak
See Also: