org.apache.qpid.util
Class ConcurrentLinkedQueueNoSize<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.ConcurrentLinkedQueue<E>
              extended by org.apache.qpid.util.ConcurrentLinkedQueueNoSize<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Queue<E>

public class ConcurrentLinkedQueueNoSize<E>
extends ConcurrentLinkedQueue<E>

See Also:
Serialized Form

Constructor Summary
ConcurrentLinkedQueueNoSize()
           
 
Method Summary
 int size()
           
 
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueue
add, contains, isEmpty, iterator, offer, peek, poll, remove, toArray, toArray
 
Methods inherited from class java.util.AbstractQueue
addAll, clear, element, remove
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Queue
element, remove
 
Methods inherited from interface java.util.Collection
addAll, clear, containsAll, equals, hashCode, removeAll, retainAll
 

Constructor Detail

ConcurrentLinkedQueueNoSize

public ConcurrentLinkedQueueNoSize()
Method Detail

size

public int size()
Specified by:
size in interface Collection<E>
Overrides:
size in class ConcurrentLinkedQueue<E>


Licensed to the Apache Software Foundation