- All Implemented Interfaces:
QtObjectInterface,Cloneable,Iterable<String>,Collection<String>,List<String>
List of strings
Java wrapper for Qt class QStringList
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQStringList::QStringList() QStringList(String ... arg__1) SeeQStringList::QtJambiStringList(std::initializer_list<QString>) QStringList(Collection<String> arg__1) SeeQStringList::QtJambiStringList(QList<QString>) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanaddAll(int index, Collection<? extends String> c) Inserts all of the elements in the specified collection into this list at the specified position.final booleanaddAll(Collection<? extends String> c) Appends all of the elements in the specified collection to the end of this list.final booleancontains(String str, Qt.CaseSensitivity cs) SeeQStringList::contains(QStringView, Qt::CaseSensitivity) final booleancontainsAll(Collection<?> c) Returnstrueif this container contains all of the elements in the specified collection.final QStringListSeeQStringList::filter(QRegularExpression) final QStringListfilter(String str, Qt.CaseSensitivity cs) SeeQStringList::filter(QStringView, Qt::CaseSensitivity) final longindexOf(QRegularExpression re, long from) SeeQStringList::indexOf(QRegularExpression, qsizetype) iterator()Returns an iterator over elements of typeT.join(char sep) SeeQStringList::join(QChar) SeeQStringList::join(QStringView) final longlastIndexOf(QRegularExpression re, long from) SeeQStringList::lastIndexOf(QRegularExpression, qsizetype) final ListIterator<String>Returns a list iterator over the elements in this list (in proper sequence).final ListIterator<String>listIterator(int index) Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.final Stringremove(int index) Removes the element at the specified position in this list.final booleanremoveAll(Collection<?> c) Removes all of this container elements that are also contained in the specified collection.longfinal voidreplaceInStrings(QRegularExpression re, String after) final voidreplaceInStrings(String before, String after, Qt.CaseSensitivity cs) final booleanretainAll(Collection<?> c) Retains only the elements in this list that are contained in the specified collection (optional operation).final voidsubList(int fromIndex, int toIndex) Returns a view of the portion of this list between the specifiedfromIndex, inclusive, andtoIndex, exclusive.final String[]toArray()Returns an array containing all of the elements in this container.final <A> A[]toArray(A[] a) Returns an array containing all of the elements in this container.Methods inherited from class io.qt.core.QList
add, add, append, append, asBooleanArray, asByteArray, asByteBuffer, asCharArray, asCharBuffer, asDoubleArray, asDoubleBuffer, asFloatArray, asFloatBuffer, asIntArray, asIntBuffer, asLongArray, asLongBuffer, asObjectArray, asShortArray, asShortBuffer, assign, at, begin, capacity, clear, clone, constBegin, constEnd, contains, count, count, createVariantList, createVariantList, detach, end, endsWith, equals, fill, fill, first, get, hashCode, indexOf, indexOf, insert, insert, isDetached, isEmpty, isSharedWith, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, of, ofBoolean, ofBuffer, ofBuffer, ofBuffer, ofBuffer, ofBuffer, ofBuffer, ofBuffer, ofByte, ofChar, ofDouble, ofFloat, ofInt, ofLong, ofShort, ofTyped, ofTyped, prepend, readFrom, remove, remove, removeAll, removeAt, removeFirst, removeIf, removeLast, removeOne, replace, reserve, resize, set, size, squeeze, startsWith, swap, swapItemsAt, takeAt, takeFirst, takeLast, toString, value, value, writeToMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
QStringList
public QStringList()See
QStringList::QStringList() -
QStringList
See
QStringList::QtJambiStringList(QList<QString>) - Parameters:
arg__1-
-
QStringList
See
QStringList::QtJambiStringList(std::initializer_list<QString>) - Parameters:
arg__1-
-
-
Method Details
-
contains
See
QStringList::contains(QStringView, Qt::CaseSensitivity) - Parameters:
str-cs-- Returns:
-
filter
See
QStringList::filter(QRegularExpression) - Parameters:
re-- Returns:
-
filter
See
QStringList::filter(QStringView, Qt::CaseSensitivity) - Parameters:
str-cs-- Returns:
-
indexOf
See
QStringList::indexOf(QRegularExpression, qsizetype) - Parameters:
re-from-- Returns:
-
join
See
QStringList::join(QChar) - Parameters:
sep-- Returns:
-
join
See
QStringList::join(QStringView) - Parameters:
sep-- Returns:
-
lastIndexOf
See
QStringList::lastIndexOf(QRegularExpression, qsizetype) - Parameters:
re-from-- Returns:
-
removeDuplicates
- Returns:
-
replaceInStrings
- Parameters:
re-after-
-
replaceInStrings
@QtUninvokable public final void replaceInStrings(String before, String after, Qt.CaseSensitivity cs) - Parameters:
before-after-cs-
-
sort
- Parameters:
cs-
-
addAll
Appends all of the elements in the specified collection to the end of this list.- Specified by:
addAllin interfaceCollection<T>- Specified by:
addAllin interfaceList<T>
-
addAll
Inserts all of the elements in the specified collection into this list at the specified position. -
remove
Removes the element at the specified position in this list. -
listIterator
Returns a list iterator over the elements in this list (in proper sequence).- Specified by:
listIteratorin interfaceList<T>
-
listIterator
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.- Specified by:
listIteratorin interfaceList<T>
-
subList
Returns a view of the portion of this list between the specifiedfromIndex, inclusive, andtoIndex, exclusive. (IffromIndexandtoIndexare equal, the returned list is empty.) The returned list is backed by this list, so non-structural changes in the returned list are reflected in this list, and vice-versa. The returned list supports all of the optional list operations supported by this list. -
retainAll
Retains only the elements in this list that are contained in the specified collection (optional operation). In other words, removes from this list all of its elements that are not contained in the specified collection.- Specified by:
retainAllin interfaceCollection<T>- Specified by:
retainAllin interfaceList<T>
-
toArray
Returns an array containing all of the elements in this container.- Specified by:
toArrayin interfaceCollection<T>
-
toArray
Returns an array containing all of the elements in this container.- Specified by:
toArrayin interfaceCollection<T>
-
containsAll
Returnstrueif this container contains all of the elements in the specified collection.- Specified by:
containsAllin interfaceCollection<T>
-
removeAll
Removes all of this container elements that are also contained in the specified collection.- Specified by:
removeAllin interfaceCollection<T>
-
iterator
Returns an iterator over elements of typeT.- Specified by:
iteratorin interfaceCollection<T>- Specified by:
iteratorin interfaceIterable<T>- Returns:
- an Iterator
-