Class DateToTemporal

java.lang.Object
java.util.AbstractCollection<Temporal>
org.apache.sis.internal.metadata.legacy.DateToTemporal
All Implemented Interfaces:
Iterable<Temporal>, Collection<Temporal>

public final class DateToTemporal extends AbstractCollection<Temporal>
A collection where conversion from Date to Temporal objects are performed on-the-fly. This is used for handling legacy metadata, before the move to java.time. This adapter may be deleted after deprecated metadata methods have been removed from Apache SIS.
Since:
1.3
Version:
1.3