Class QueryNodeProcessorImpl.ChildrenList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<QueryNode>
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl.ChildrenList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<QueryNode>, Collection<QueryNode>, List<QueryNode>, RandomAccess
Enclosing class:
QueryNodeProcessorImpl

private static class QueryNodeProcessorImpl.ChildrenList extends ArrayList<QueryNode>
  • Field Details

    • beingUsed

      boolean beingUsed
  • Constructor Details

    • ChildrenList

      private ChildrenList()