java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
io.qt.internal.QtJambiListObject<E>
- All Implemented Interfaces:
QtObjectInterface,Iterable<E>,Collection<E>,List<E>
- Direct Known Subclasses:
QList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanaddAll(int index, Collection<? extends E> c) final booleanaddAll(Collection<? extends E> c) abstract voidappend(Collection<E> c) final ListIterator<E>final ListIterator<E>listIterator(int index) final Eremove(int index) protected abstract voidremoveAtIndex(int cursor) final booleanretainAll(Collection<?> c) subList(int fromIndex, int toIndex) Methods inherited from class io.qt.internal.QtJambiCollectionObject
begin, containsAll, descendingIterator, end, iterator, removeAll, toArray, toArray, toStringMethods 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
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
QtJambiListObject
protected QtJambiListObject() -
QtJambiListObject
-
-
Method Details
-
removeAtIndex
-
append
-
addAll
- Specified by:
addAllin interfaceCollection<E>- Specified by:
addAllin interfaceList<E>- Overrides:
addAllin classQtJambiCollectionObject<E>
-
addAll
-
remove
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
subList
-
retainAll
- Specified by:
retainAllin interfaceCollection<E>- Specified by:
retainAllin interfaceList<E>- Overrides:
retainAllin classQtJambiCollectionObject<E>
-