osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Add `isCollectionType` to `Lang` #193

Closed greenlaw110 closed 5 years ago

greenlaw110 commented 5 years ago

There are many scenarios when we need to check if a given type is either a collection or an array. And this CR is aims to provide a handy utility method for that purpose.