public class ListType extends CollectionType
| Constructor and Description |
|---|
ListType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
map(java.lang.Object sourceList_,
EnumerableFunction mapFunction,
OwnerContext owner)
implemented in subclasses
|
getElementTypes, isEmpty, isFullyParametrizedgetItemClassequals, getBaseJavaClass, getBaseJavaType, hashCode, isGenericType, toStringpublic java.lang.Object map(java.lang.Object sourceList_,
EnumerableFunction mapFunction,
OwnerContext owner)
CollectionTypemap in class CollectionType