return new HashSet<>(_wilds); | return Collections.unmodifiableSet(_wilds); | new HashSet<>(_wilds) | Collections.unmodifiableSet(_wilds) | jetty.project | b69f8e4084cb4cf449ba83e11c5074e0215d4ff6 | org.eclipse.jetty.util.ssl.X509 | | | | - java.util.Collections
- java.util.HashSet
| | Uses | True |
return new HashSet<>(_hosts); | return Collections.unmodifiableSet(_hosts); | new HashSet<>(_hosts) | Collections.unmodifiableSet(_hosts) | jetty.project | b69f8e4084cb4cf449ba83e11c5074e0215d4ff6 | org.eclipse.jetty.util.ssl.X509 | | | | - java.util.Collections
- java.util.HashSet
| | Uses | True |