Guide-API

Guide-API

76M Downloads

Sorting entries in a catagory

Eladkay opened this issue ยท 2 comments

commented

Title. Doesn't seem like it's alphabetical, is it possible to sort entries at all?

commented

Use a map implementation that keeps its order.

commented

Ok, I used a LinkedHashMap and it works now.
Thanks!