org.jgroups.util
public class BoundedList<T> extends java.util.concurrent.ConcurrentLinkedQueue<T>
Constructor and Description |
---|
BoundedList() |
BoundedList(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T obj)
Adds an element at the tail.
|
boolean |
addIfAbsent(T obj) |
T |
removeFromHead() |
contains, isEmpty, iterator, offer, peek, poll, remove, size, toArray, toArray
containsAll, removeAll, retainAll, toString
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.