Returns the serialized length of a KeyValue.
()
| 414 | * Returns the serialized length of a KeyValue. |
| 415 | */ |
| 416 | int predictSerializedSize() { |
| 417 | return predictSerializedSize(key, family, qualifier, value); |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Returns the serialized length of a KeyValue. |
no outgoing calls
no test coverage detected