public interface DuplicateResolver extends Serializable
Collection.
What actually happens with duplicates upon resolve(Collection) call is up to each specific implementation of this interface.| Modifier and Type | Method and Description |
|---|---|
void |
resolve(Collection collection)
Resolves duplicates within specified
Collection. |
void resolve(@NotNull Collection collection)
Collection.collection - Collection to resolve duplicates forCopyright © 2020. All rights reserved.