public class MapBinaryDecoder<K,V> extends Object implements BinaryDecoder<Map<K,V>>, MapDecoderBuilder<K,V>
| 构造器和说明 |
|---|
MapBinaryDecoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MapDecoderBuilder<K,V> |
add(BinaryDecoder<? extends K> keyDecoder,
BinaryDecoder<? extends V> valueDecoder) |
BinaryDecoder<Map<K,V>> |
build() |
Map<K,V> |
decode(byte[] payload,
int offset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransferTopublic MapDecoderBuilder<K,V> add(BinaryDecoder<? extends K> keyDecoder, BinaryDecoder<? extends V> valueDecoder)
add 在接口中 MapDecoderBuilder<K,V>public BinaryDecoder<Map<K,V>> build()
build 在接口中 MapDecoderBuilder<K,V>Copyright © 2019–2022. All rights reserved.