public interface IContainerQueue<E> extends IContainerCollection<E>, Queue<E>
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<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-2014 Eike Stepper (Berlin, Germany) and others.