Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Enum to know what is the order method
Browse files Browse the repository at this point in the history
It's used when you call the method ToRankedList, you must send the order: ascending or descending
  • Loading branch information
ccasbre27 committed Apr 11, 2016
1 parent 2c4d5fb commit 593701b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
public enum Order {
ASCENDING,DESCENDING
}

0 comments on commit 593701b

Please sign in to comment.