You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was puzzled for a while when I used Sort.descending(). Javadoc says
Returns a new {@link Sort} with the current setup but descending order direction.
I had set ignoreCase to true on Order but switching to descending sorting negated that change. I understood "with the current setup" to keep ignoreCase setting as is.