this.methods=Collections.unmodifiableSet(new LinkedHashSet<>(requestMethods)); | this.methods=methods; | Collections.unmodifiableSet(new LinkedHashSet<>(requestMethods)) | requestMethods | spring-framework | e9a9883aa91fccfc02d2a308d828d643c64a5e58 | org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition | | _1 | requestMethods |
---|
_2 | methods |
---|
| | - java.util.LinkedHashSet
- java.util.Collections
| | Uses | True |