Searched refs:_noOthers (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DOrdering.java139 protected LinkedList<Resource> _noOthers = new LinkedList<Resource>(); field in class:Ordering.RelativeOrdering
199 boolean changesNone = orderList(_noOthers);
212 for (Resource r: _noOthers)
244 _noOthers.addLast(r);
288 if (_noOthers.remove(bResource))
327 if (_noOthers.remove(aResource))
378 //The list we're looking at is the beforeOthers.If b is in the _afterOthers or the _noOthers, then by

Completed in 63 milliseconds