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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QCollatorSortKey other) clone()
Creates and returns a copy of this object.int
compareTo
(QCollatorSortKey other) final void
swap
(QCollatorSortKey other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QCollatorSortKey
-
-
Method Details
-
assign
-
swap
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QCollatorSortKey>
-
clone
Creates and returns a copy of this object.
-