java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCollatorSortKey
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QCollatorSortKey>
Can be used to speed up string collation
Java wrapper for Qt class QCollatorSortKey
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQCollatorSortKey
(QCollatorSortKey other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
compareTo
(QCollatorSortKey other) final void
swap
(QCollatorSortKey other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
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
-