As an exercise I am developing a simple notes application. Obviously the notes have to be saved persistently so I have the following method:
public static void s
Use LinkedHashSet instead, with predictable iteration order.
LinkedHashSet
see docs here