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>
public abstract class QtJambiListObject<E> extends QtJambiCollectionObject<E> implements List<E>
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QtJambiListObject()
protected
QtJambiListObject(QtObject.QPrivateConstructor p)
-
Method Summary
Modifier and Type Method Description boolean
addAll(int index, Collection<? extends E> c)
boolean
addAll(Collection<? extends E> c)
abstract void
append(Collection<E> c)
ListIterator<E>
listIterator()
ListIterator<E>
listIterator(int index)
E
remove(int index)
protected abstract void
removeAtIndex(int cursor)
boolean
retainAll(Collection<?> c)
List<E>
subList(int fromIndex, int toIndex)
Methods inherited from class io.qt.internal.QtJambiCollectionObject
begin, containsAll, descendingIterator, end, iterator, removeAll, toArray, toArray, toString
-
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>
-