Searched defs:removeAll (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/core/processors/
H A DQueryNodeProcessorPipeline.java270 * @see List#removeAll(Collection)
272 public boolean removeAll(Collection<?> c) { method in class:QueryNodeProcessorPipeline
273 return this.processors.removeAll(c);

Completed in 235 milliseconds