public class TypeMap extends Object implements BreezeType<Map<?,?>>
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
calculateInitSize(int size) |
byte |
getType() |
Map |
read(BreezeBuffer buffer,
boolean withType) |
<T,K> Map<T,K> |
read(BreezeBuffer buffer,
Map<T,K> map,
Type kType,
Type vType,
boolean withType) |
void |
write(BreezeBuffer buffer,
Map<?,?> value,
boolean withType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputType, read, write, writeMessageField, writeMessageFieldpublic TypeMap()
public TypeMap(Type kType, Type vType) throws BreezeException
BreezeExceptionpublic static int calculateInitSize(int size)
throws BreezeException
BreezeExceptionpublic byte getType()
getType 在接口中 BreezeType<Map<?,?>>public Map read(BreezeBuffer buffer, boolean withType) throws BreezeException
read 在接口中 BreezeType<Map<?,?>>BreezeExceptionpublic <T,K> Map<T,K> read(BreezeBuffer buffer, Map<T,K> map, Type kType, Type vType, boolean withType) throws BreezeException
BreezeExceptionpublic void write(BreezeBuffer buffer, Map<?,?> value, boolean withType) throws BreezeException
write 在接口中 BreezeType<Map<?,?>>BreezeExceptionCopyright © 2019. All rights reserved.