latestById property
Map of identifier to the latest payload + index (last writer wins).
Implementation
final Map<String, UyavaDeduplicatedEntry<T>> latestById;
Map of identifier to the latest payload + index (last writer wins).
final Map<String, UyavaDeduplicatedEntry<T>> latestById;