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