java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
io.qt.internal.QtJambiAbstractListObject<E>
io.qt.internal.QtJambiListObject<E>
io.qt.internal.QtJambiQueueObject<E>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<E>
,Collection<E>
,List<E>
,Queue<E>
- Direct Known Subclasses:
QQueue
public abstract class QtJambiQueueObject<E> extends QtJambiListObject<E> implements Queue<E>
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QtJambiQueueObject(QtObject.QPrivateConstructor p, Class<E> elementType)
protected
QtJambiQueueObject(Class<E> elementType)
-
Method Summary
Methods inherited from class io.qt.internal.QtJambiAbstractListObject
addAll, addAll, append, listIterator, listIterator, remove, removeAt, subList
Methods inherited from class io.qt.internal.QtJambiCollectionObject
begin, castElement, checkElement, containsAll, end, iterator, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait