public abstract class CollectionType extends ContainerType
| Constructor and Description |
|---|
CollectionType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty(java.lang.Object collection) |
boolean |
isFullyParametrized()
returns true if Enumerable is generic Type and all its arguments are actual Classes
|
getItemClass, getItemTypemapequals, getActualTypeArguments, getBaseJavaClass, getBaseJavaType, hashCode, isGenericType, prettyPrint, prettyPrintBuilder, toStringpublic boolean isFullyParametrized()
EnumerableTypeisFullyParametrized in class EnumerableTypepublic boolean isEmpty(java.lang.Object collection)
isEmpty in class EnumerableType