2

在 google protobuf 中,它提供了一种称为 ByteString 的类型,我查看了文档:https ://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/ByteString没有比较方法可供使用. 比方说:

List<ByteString> input;
Collections.sort(input, (a, b) -> // How to compare them?
4

0 回答 0