java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
io.qt.internal.QtJambiListObject<T>
io.qt.core.QList<T>
io.qt.core.QQueue<T>
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<T>
,Collection<T>
,List<T>
,Queue<T>
public class QQueue<T> extends QList<T> implements Queue<T>
Java wrapper for Qt class QQueue
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QQueue(QMetaType metaType)
QQueue(QMetaType.Type metaType)
protected
QQueue(QtObject.QPrivateConstructor p)
QQueue(Class<T> elementType)
QQueue(Collection<T> other)
-
Method Summary
Methods inherited from class io.qt.core.QList
add, add, append, append, at, begin, clear, contains, count, count, createVariantList, end, endsWith, equals, first, get, hashCode, indexOf, indexOf, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, prepend, readFrom, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, set, size, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, toSet, value, value, writeTo
Methods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subList
Methods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
Method Details
-
createVariantQueue
-
clone
-
enqueue
-
dequeue
-
head
-
peek
-
poll
-
offer
-
remove
-
element
-
of
Returns a QQueue containing given elements.- Type Parameters:
E
- theQQueue
's element type- Parameters:
element0
- the first elementelements
- subsequent elements- Returns:
- a
QQueue
containing the specified element - Throws:
NullPointerException
- if elements arenull
-