m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

add isCollection() and isMap() to GenericType #202

Closed hohwille closed 8 years ago

hohwille commented 8 years ago

As GenericType is already introspecting collection and map types it should expose convenience methods isCollection() and isMap() to make life of API users easier.

hohwille commented 8 years ago

Done.