- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractQueue<E>
- 
- java.util.concurrent.ConcurrentLinkedQueue<Processor<S>>
- 
- org.apache.coyote.AbstractProtocol.RecycledProcessors<P,S>
 
 
 
 
- 
- 
Field Summary
Fields 
| Modifier and Type | Field and Description |  
| protected java.util.concurrent.atomic.AtomicInteger | size |  
 
 
- 
Method Summary
- 
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueueadd, addAll, contains, isEmpty, iterator, peek, remove, size, toArray, toArray
 
- 
Methods inherited from class java.util.AbstractQueueelement, remove
 
- 
Methods inherited from class java.util.AbstractCollectioncontainsAll, removeAll, retainAll, toString
 
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
Methods inherited from interface java.util.Queueelement, remove
 
- 
Methods inherited from interface java.util.CollectioncontainsAll, equals, hashCode, removeAll, retainAll
 
 
 
- 
- 
Method Detail
- 
clearpublic void clear() 
- Specified by:
- clearin interface- java.util.Collection<Processor<S>>
- Overrides:
- clearin class- java.util.AbstractQueue<Processor<S>>
 
 
 
 
 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.