as this is an interface, is there any reason to use `LinkedHashSet`? As you said earlier if the order is important maybe the `java.util.SortedSet` might be more appropriate. Even the `java.util.NavigatableSet` might be an option. Sonar might highlight the issue later anway.
[ Full content available at: https://github.com/apache/incubator-plc4x/pull/14 ] This message was relayed via gitbox.apache.org for [email protected]
