The compare result in a sort operation. More...
Public Member Functions | |
| CompareResult (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static CompareResult | getByAssignedValue (int value) |
Public Attributes | |
| Equal =(1) | |
| Indicates that the two elements are equal. More... | |
| Negative =(2) | |
| Indicates that the first element belongs before the second. More... | |
| Positive =(3) | |
| Indicates that ths second element belongs before the first. More... | |
The compare result in a sort operation.
| fm.liveswitch.CompareResult.CompareResult | ( | int | value | ) |
|
static |
| int fm.liveswitch.CompareResult.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.CompareResult.Equal =(1) |
Indicates that the two elements are equal.
| fm.liveswitch.CompareResult.Negative =(2) |
Indicates that the first element belongs before the second.
| fm.liveswitch.CompareResult.Positive =(3) |
Indicates that ths second element belongs before the first.