@Component public class DuplicateFinderByKey extends Object
| Constructor and Description |
|---|
DuplicateFinderByKey() |
| Modifier and Type | Method and Description |
|---|---|
<K> Collection<PathElement> |
getDuplicates(Collection<PathElement> input,
Function<PathElement,K> keyMapper,
Collection<PathElement> uniqueElements) |
public <K> Collection<PathElement> getDuplicates(Collection<PathElement> input, Function<PathElement,K> keyMapper, Collection<PathElement> uniqueElements)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.