public class SetType extends CollectionType
| Modifier and Type | Class and Description |
|---|---|
static class |
SetType.SetEnumerationOwnerContext
marker class
|
CollectionType.CollectionEnumerationOwnerContextDEFAULT_TYPE_PARAMETER| Constructor and Description |
|---|
SetType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
map(java.lang.Object sourceSet_,
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 java.lang.Object map(java.lang.Object sourceSet_,
EnumerableFunction mapFunction,
OwnerContext owner)
EnumerableTypemap in class CollectionType