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
ModifierConstructorDescriptionprotected
protected
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
addAll
(int index, Collection<? extends E> c) final boolean
addAll
(Collection<? extends E> c) abstract void
append
(Collection<E> c) final ListIterator<E>
final ListIterator<E>
listIterator
(int index) final E
remove
(int index) protected abstract void
removeAtIndex
(int cursor) final boolean
retainAll
(Collection<?> c) subList
(int fromIndex, int toIndex) Methods inherited from class io.qt.internal.QtJambiCollectionObject
begin, containsAll, descendingIterator, end, iterator, removeAll, toArray, toArray, 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
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
QtJambiListObject
protected QtJambiListObject() -
QtJambiListObject
-
-
Method Details
-
removeAtIndex
-
append
-
addAll
- Specified by:
addAll
in interfaceCollection<E>
- Specified by:
addAll
in interfaceList<E>
- Overrides:
addAll
in classQtJambiCollectionObject<E>
-
addAll
-
remove
-
listIterator
- Specified by:
listIterator
in interfaceList<E>
-
listIterator
- Specified by:
listIterator
in interfaceList<E>
-
subList
-
retainAll
- Specified by:
retainAll
in interfaceCollection<E>
- Specified by:
retainAll
in interfaceList<E>
- Overrides:
retainAll
in classQtJambiCollectionObject<E>
-