java.lang.Object
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
- Since:
- This class was introduced in Qt 5.2.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QCollatorSortKey other) clone()
Creates and returns a copy of this object.int
compareTo
(QCollatorSortKey other) Seeoperator<(QCollatorSortKey,
QCollatorSortKey) final void
swap
(QCollatorSortKey other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QCollatorSortKey
- Parameters:
other
-
-
-
Method Details
-
assign
- Parameters:
other
-
-
swap
- Parameters:
other
-
-
compareTo
See
operator<(QCollatorSortKey,
QCollatorSortKey) - Specified by:
compareTo
in interfaceComparable<QCollatorSortKey>
-
clone
Creates and returns a copy of this object.
-