public interface IDuplicateRemover<O>
KVO<O>[] filter(KVO<O>[] a)
Implementations MUST be thread-safe.
Implementations MUST test for KVOList
and obey its contract (this
ensures that we can map KVO.done()
over the eliminated duplicates
once the original has been written successfully onto the database).
a
- A sorted array of key-value tuples.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.