public class CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>> extends BaseValueHandler<TCollectionType>
| Constructor and Description |
|---|
CollectionValueHandler(int oid,
IValueHandler<TElementType> valueHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalHandle(DataOutputStream buffer,
TCollectionType value) |
handlepublic CollectionValueHandler(int oid,
IValueHandler<TElementType> valueHandler)
protected void internalHandle(DataOutputStream buffer, TCollectionType value) throws Exception
internalHandle in class BaseValueHandler<TCollectionType extends Collection<TElementType>>ExceptionCopyright © 2020. All rights reserved.