public interface Matching<O> extends Iterable<Matching.Entry<O>>
Modifier and Type | Interface and Description |
---|---|
static class |
Matching.Entry<T> |
Modifier and Type | Method and Description |
---|---|
boolean |
add(O s,
O t) |
void |
clear() |
boolean |
contains(O s,
O t) |
int |
size() |
Matching<O> |
transposeView() |
forEach, iterator, spliterator
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017