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
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddAll(Collection<? extends E> c) protected abstract QtJambiIteratorObject<E>begin()booleancontainsAll(Collection<?> c) protected abstract QtJambiIteratorObject<E>end()iterator()booleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
toArrayin interfaceCollection<E>
-
toArray
- Specified by:
toArrayin interfaceCollection<E>
-
containsAll
- Specified by:
containsAllin interfaceCollection<E>
-
addAll
- Specified by:
addAllin interfaceCollection<E>
-
removeAll
- Specified by:
removeAllin interfaceCollection<E>
-
retainAll
- Specified by:
retainAllin interfaceCollection<E>
-
iterator
-
toString
-
descendingIterator
-