Open gmale opened 4 years ago
When attempting to store an ordered set such as a LinkedHashSet the ordering is lost. This is due to using a HashSet when retrieving set values.
LinkedHashSet
When attempting to store an ordered set such as a
LinkedHashSet
the ordering is lost. This is due to using a HashSet when retrieving set values.