Class CollectSetAccumulateFunction.CollectListData
- java.lang.Object
-
- org.drools.core.base.accumulators.CollectSetAccumulateFunction.CollectListData
-
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- CollectSetAccumulateFunction
public static class CollectSetAccumulateFunction.CollectListData extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollectSetAccumulateFunction.CollectListData.MutableInt
-
Field Summary
Fields Modifier and Type Field Description Map<Object,CollectSetAccumulateFunction.CollectListData.MutableInt>map
-
Constructor Summary
Constructors Constructor Description CollectListData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
map
public Map<Object,CollectSetAccumulateFunction.CollectListData.MutableInt> map
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
-