A string representation of the sort.
()
| 79 | * A string representation of the sort. |
| 80 | **/ |
| 81 | @Override |
| 82 | public String toString() { |
| 83 | return Native.sortToString(getContext().nCtx(), getNativeObject()); |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Translates (copies) the sort to the Context {@code ctx}. |
no test coverage detected