java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCollatorSortKey
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QCollatorSortKey>
public class QCollatorSortKey extends QtObject implements Comparable<QCollatorSortKey>, Cloneable
Can be used to speed up string collation
Java wrapper for Qt class QCollatorSortKey
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QCollatorSortKey(QCollatorSortKey other)
protected
QCollatorSortKey(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QCollatorSortKey
clone()
int
compareTo(QCollatorSortKey other)
void
swap(QCollatorSortKey other)
-
Constructor Details
-
QCollatorSortKey
-
QCollatorSortKey
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
swap
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QCollatorSortKey>
-
clone
-