Uses of Interface
com.google.protobuf.LazyStringList
-
Packages that use LazyStringList Package Description com.google.protobuf -
-
Uses of LazyStringList in com.google.protobuf
Classes in com.google.protobuf that implement LazyStringList Modifier and Type Class Description classLazyStringArrayListAn implementation ofLazyStringListthat wraps an ArrayList.classUnmodifiableLazyStringListAn implementation ofLazyStringListthat wraps anotherLazyStringListsuch that it cannot be modified via the wrapper.Fields in com.google.protobuf declared as LazyStringList Modifier and Type Field Description static LazyStringListLazyStringArrayList. EMPTYMethods in com.google.protobuf that return LazyStringList Modifier and Type Method Description LazyStringListLazyStringArrayList. getUnmodifiableView()LazyStringListLazyStringList. getUnmodifiableView()Returns an unmodifiable view of the list.LazyStringListUnmodifiableLazyStringList. getUnmodifiableView()Methods in com.google.protobuf with parameters of type LazyStringList Modifier and Type Method Description voidLazyStringArrayList. mergeFrom(LazyStringList other)voidLazyStringList. mergeFrom(LazyStringList other)Merges all elements from another LazyStringList into this one.voidUnmodifiableLazyStringList. mergeFrom(LazyStringList other)Constructors in com.google.protobuf with parameters of type LazyStringList Constructor Description LazyStringArrayList(LazyStringList from)UnmodifiableLazyStringList(LazyStringList list)
-