E
- @StorableClass public abstract class PAbstractQueue<E> extends PAbstractCollection<E> implements Queue<E>
Modifier | Constructor and Description |
---|---|
protected |
PAbstractQueue() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E element) |
E |
element() |
E |
remove() |
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.