Class AbstractOneToOneMatcher<U,V>
java.lang.Object
com.github.ferstl.maven.pomenforcers.model.functions.AbstractOneToOneMatcher<U,V>
- Direct Known Subclasses:
DependencyMatcher,PluginMatcher
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleUnmatchedItem(com.google.common.collect.ImmutableBiMap.Builder<V,V> mapBuilder, V subsetItem)match(Collection<U> superset, Collection<V> subset)protected abstract booleanprotected abstract V
-
Method Details
-
match
public final com.google.common.collect.BiMap<V,V> match(Collection<U> superset, Collection<V> subset) -
handleUnmatchedItem
-
transform
-
matches
-