Add convenience / helper methods to KiwiSort and KiwiSort.Direction #779
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Add:
isDescending()
to bothKiwiSort.Direction
andKiwiSort
to allow easy checking for descending directiongetDirectionObject()
toKiwiSort
; this makes it easy to obtain theDirection
enum object when required, instead of having to do another conversion from aString
getDirectionObject()
when serializing to JSONOriginally discussed in #707
The text was updated successfully, but these errors were encountered: