latestById property

Map<String, UyavaDeduplicatedEntry<T>> latestById
final

Map of identifier to the latest payload + index (last writer wins).

Implementation

final Map<String, UyavaDeduplicatedEntry<T>> latestById;