java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<E>
,Collection<E>
- Direct Known Subclasses:
QSet
,QtJambiListObject
-
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 QtJambiIteratorObject<E>
begin()
boolean
containsAll
(Collection<?> c) protected abstract QtJambiIteratorObject<E>
end()
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
-
QtJambiCollectionObject
protected QtJambiCollectionObject() -
QtJambiCollectionObject
-
-
Method Details
-
begin
-
end
-
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
-