| Constructor and Description |
|---|
PortableCollection() |
PortableCollection(Collection<Data> collection) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
Collection<Data> |
getCollection() |
int |
getFactoryId() |
void |
readPortable(PortableReader reader) |
void |
writePortable(PortableWriter writer) |
public PortableCollection()
public PortableCollection(Collection<Data> collection)
public Collection<Data> getCollection()
public int getFactoryId()
getFactoryId in interface Portablepublic int getClassId()
getClassId in interface Portablepublic void writePortable(PortableWriter writer) throws IOException
writePortable in interface PortableIOExceptionpublic void readPortable(PortableReader reader) throws IOException
readPortable in interface PortableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.