| Methods in org.semanticweb.elk.util.collections.chains with parameters of type Matcher |
|
AbstractChain.find(Matcher<T,S> matcher)
|
|
Chain.find(Matcher<T,S> matcher)
Finds the first element in the chain that satisfies the provided
Matcher. |
|
AbstractChain.getCreate(Matcher<T,S> matcher,
ReferenceFactory<T,S> factory)
|
|
Chain.getCreate(Matcher<T,S> matcher,
ReferenceFactory<T,S> factory)
Finds an element in the chain satisfies the provided Matcher, or
if no such element is found, creates a new element using the provided
ReferenceFactory and inserts it into the chain. |
|
AbstractChain.remove(Matcher<T,S> matcher)
|
|
Chain.remove(Matcher<T,S> descriptor)
Removes the first element in the chain that satisfies the provided
Matcher. |