Searched defs:subList (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.java305 * @see List#subList(int, int)
307 public List<QueryNodeProcessor> subList(int fromIndex, int toIndex) { method in class:QueryNodeProcessorPipeline
308 return this.processors.subList(fromIndex, toIndex);

Completed in 12 milliseconds