public static class CollectSetAccumulateFunction.CollectListData extends Object implements Externalizable
Modifier and Type | Class and Description |
---|---|
static class |
CollectSetAccumulateFunction.CollectListData.MutableInt |
Modifier and Type | Field and Description |
---|---|
Map<Object,CollectSetAccumulateFunction.CollectListData.MutableInt> |
map |
Constructor and Description |
---|
CollectListData() |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public Map<Object,CollectSetAccumulateFunction.CollectListData.MutableInt> map
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.