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 an ArrayList.classUnmodifiableLazyStringListAn implementation ofLazyStringListthat wraps anotherLazyStringListsuch that it cannot be modified via the wrapper.
-