public interface IContainerQueue<E> extends IContainerCollection<E>, Queue<E>
IContainer.Modifiable<E>| Modifier and Type | Method and Description |
|---|---|
Queue<E> |
getDelegate() |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListenerQueue<E> getDelegate()
getDelegate in interface IContainerCollection<E>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.