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 |
|---|---|
int |
getLength(TCollectionType value) |
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>>Exceptionpublic int getLength(TCollectionType value)
Copyright © 2020. All rights reserved.