public class MultisetType extends CollectionType
DEFAULT_TYPE_PARAMETER| Constructor and Description |
|---|
MultisetType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
static MultisetType |
getInstance() |
java.lang.Object |
map(java.lang.Object sourceMultiset_,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
isEmptygetItemClass, getItemTypeequals, getBaseJavaClass, getBaseJavaType, getConcreteClassTypeArguments, getName, hashCode, isGenericType, isInstance, prettyPrint, prettyPrintBuilder, toStringpublic static MultisetType getInstance()
public java.lang.Object map(java.lang.Object sourceMultiset_,
EnumerableFunction mapFunction,
OwnerContext owner)
EnumerableTypemap in class CollectionType