public class GreedyExtractor extends AbstractExtractor
Modifier and Type | Class and Description |
---|---|
private static class |
GreedyExtractor.EntryComp<T> |
Constructor and Description |
---|
GreedyExtractor() |
Modifier and Type | Method and Description |
---|---|
private static <T> void |
add(java.util.Map<T,java.util.Set<Matching.Entry<T>>> m,
T e,
Matching.Entry<T> ent) |
<O> Matching<O> |
extract(Measure<O> m,
java.util.Collection<? extends O> s,
java.util.Collection<? extends O> t) |
extract
private static <T> void add(java.util.Map<T,java.util.Set<Matching.Entry<T>>> m, T e, Matching.Entry<T> ent)
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017