Can I apply multiple Comparator for a list? for ex...
# getting-started
s
Can I apply multiple Comparator for a list? for example: I have a
HashMarkOrderComparator
to put
#
in the last and I also need
String.CASE_INSENSITIVE_ORDER
Comparator. How can I combine this two
Comparator
?
How about with the third
Comparator
that would put number after alphabet?
i