Returns an array representation of the specified sequence types. @param params parameters @return array
(final SeqType... params)
| 2277 | * @return array |
| 2278 | */ |
| 2279 | private static SeqType[] params(final SeqType... params) { |
| 2280 | return params; |
| 2281 | } |
| 2282 | |
| 2283 | /** |
| 2284 | * Returns a set representation of the specified compiler flags. |
no outgoing calls
no test coverage detected