Uses of Class
org.bedework.timezones.common.Differ.DiffListEntry
Packages that use Differ.DiffListEntry
-
Uses of Differ.DiffListEntry in org.bedework.timezones.common
Methods in org.bedework.timezones.common that return types with arguments of type Differ.DiffListEntryModifier and TypeMethodDescriptionDiffer.compare(CachedData newTzdata, CachedData currentTzdata) Compares the new set of data with the supplied current set of data.Method parameters in org.bedework.timezones.common with type arguments of type Differ.DiffListEntryModifier and TypeMethodDescriptionvoidCachedData.updateData(String dtstamp, List<Differ.DiffListEntry> dles) Update the stored data using the given update list.voidFileCachedData.updateData(String dtstamp, List<Differ.DiffListEntry> dles) voidZipCachedData.updateData(String dtstamp, List<Differ.DiffListEntry> dles) -
Uses of Differ.DiffListEntry in org.bedework.timezones.common.db
Method parameters in org.bedework.timezones.common.db with type arguments of type Differ.DiffListEntryModifier and TypeMethodDescriptionvoidAbstractDb.updateData(String dtstamp, List<Differ.DiffListEntry> dles)