Uses of Interface
com.google.protobuf.ProtocolStringList
-
-
Uses of ProtocolStringList in com.google.protobuf
Subinterfaces of ProtocolStringList in com.google.protobuf Modifier and Type Interface Description interfaceLazyStringListAn interface extendingList<String>that also provides access to the items of the list as UTF8-encoded ByteString or byte[] objects.Classes in com.google.protobuf that implement ProtocolStringList Modifier and Type Class Description classLazyStringArrayListAn implementation ofLazyStringListthat wraps anArrayList.classUnmodifiableLazyStringListDeprecated.useInternal.ProtobufList.makeImmutable()instead.
-