org.jgroups.util
Class MyConcurrentLinkedQueue<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.ConcurrentLinkedQueue<T>
              extended by org.jgroups.util.MyConcurrentLinkedQueue<T>
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.Queue<T>

public class MyConcurrentLinkedQueue<T>
extends java.util.concurrent.ConcurrentLinkedQueue<T>

Version:
$Id$
Author:
Bela Ban
See Also:
Serialized Form

Constructor Summary
MyConcurrentLinkedQueue()
           
 
Method Summary
 T poll(long timeout)
           
 
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueue
add, contains, isEmpty, iterator, offer, peek, poll, remove, size, 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

MyConcurrentLinkedQueue

public MyConcurrentLinkedQueue()
Method Detail

poll

public T poll(long timeout)


Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.