java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialContainer<E>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<E>
,Collection<E>
- Direct Known Subclasses:
AbstractList
,QLinkedList
,QSet
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addAll
(Collection<? extends E> c) protected abstract AbstractSequentialConstIterator<E>
protected abstract AbstractSequentialConstIterator<E>
constEnd()
boolean
containsAll
(Collection<?> c) iterator()
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) Object[]
toArray()
<T> T[]
toArray
(T[] a) toString()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
add, clear, contains, equals, hashCode, isEmpty, parallelStream, remove, removeIf, size, spliterator, stream, toArray
-
Constructor Details
-
AbstractSequentialContainer
protected AbstractSequentialContainer() -
AbstractSequentialContainer
-
-
Method Details
-
constBegin
-
constEnd
-
toArray
- Specified by:
toArray
in interfaceCollection<E>
-
toArray
- Specified by:
toArray
in interfaceCollection<E>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<E>
-
addAll
- Specified by:
addAll
in interfaceCollection<E>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<E>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<E>
-
iterator
-
toString
-
descendingIterator
-