public class MapType extends KeyValueType
DEFAULT_TYPE_PARAMETER| Constructor and Description |
|---|
MapType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty(java.lang.Object map) |
java.lang.Object |
map(java.lang.Object sourceMap_,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
static java.util.Map |
mapStatic(java.lang.Object sourceMap_,
EnumerableFunction mapFunction,
OwnerContext owner) |
getKeyType, getValueTypeequals, getBaseJavaClass, getBaseJavaType, getConcreteClassTypeArguments, getName, hashCode, isGenericType, isInstance, prettyPrint, prettyPrintBuilder, toStringpublic java.lang.Object map(java.lang.Object sourceMap_,
EnumerableFunction mapFunction,
OwnerContext owner)
EnumerableTypemap in class EnumerableTypepublic static java.util.Map mapStatic(java.lang.Object sourceMap_,
EnumerableFunction mapFunction,
OwnerContext owner)
public boolean isEmpty(java.lang.Object map)
isEmpty in class EnumerableType