Uses of Interface
com.google.protobuf.LazyStringList

Uses of LazyStringList in com.google.protobuf
 

Classes in com.google.protobuf that implement LazyStringList
 class LazyStringArrayList
          An implementation of LazyStringList that wraps an ArrayList.
 class UnmodifiableLazyStringList
          An implementation of LazyStringList that wraps another LazyStringList such that it cannot be modified via the wrapper.
 

Fields in com.google.protobuf declared as LazyStringList
static LazyStringList LazyStringArrayList.EMPTY
           
 

Constructors in com.google.protobuf with parameters of type LazyStringList
UnmodifiableLazyStringList(LazyStringList list)
           
 



Copyright © 2008-2011 Google. All Rights Reserved.