Private Attributes | |
final LazyStringList | list |
An implementation of LazyStringList that wraps another LazyStringList such that it cannot be modified via the wrapper.
Definition at line 47 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 52 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 52 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends the specified element to the end of this list (optional operation).
element | element to be appended to this list |
UnsupportedOperationException | if the add operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 97 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends the specified element to the end of this list (optional operation).
element | element to be appended to this list |
UnsupportedOperationException | if the add operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 97 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends the specified element to the end of this list (optional operation).
element | element to be appended to this list |
UnsupportedOperationException | if the add operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 77 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends the specified element to the end of this list (optional operation).
element | element to be appended to this list |
UnsupportedOperationException | if the add operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 77 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends all elements in the specified byte[] collection to the end of this list.
c | collection whose elements are to be added to this list |
UnsupportedOperationException | if the addAllByteArray operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 107 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends all elements in the specified byte[] collection to the end of this list.
c | collection whose elements are to be added to this list |
UnsupportedOperationException | if the addAllByteArray operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 107 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends all elements in the specified ByteString collection to the end of this list.
c | collection whose elements are to be added to this list |
UnsupportedOperationException | if the addAllByteString operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 87 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Appends all elements in the specified ByteString collection to the end of this list.
c | collection whose elements are to be added to this list |
UnsupportedOperationException | if the addAllByteString operation is not supported by this list |
Implements com.google.protobuf.LazyStringList.
Definition at line 87 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns a mutable view of this list. Changes to the view will be made into the original list. This method is used in mutable API only.
Implements com.google.protobuf.LazyStringList.
Definition at line 197 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns a mutable view of this list. Changes to the view will be made into the original list. This method is used in mutable API only.
Implements com.google.protobuf.LazyStringList.
Definition at line 197 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns a view of the data as a list of ByteStrings.
Implements com.google.protobuf.ProtocolStringList.
Definition at line 202 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns a view of the data as a list of ByteStrings.
Implements com.google.protobuf.ProtocolStringList.
Definition at line 202 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 57 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 57 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns the element at the specified position in this list as byte[].
index | index of the element to return |
IndexOutOfBoundsException | if the index is out of range ( index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 92 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns the element at the specified position in this list as byte[].
index | index of the element to return |
IndexOutOfBoundsException | if the index is out of range ( index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 92 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns the element at the specified position in this list as a ByteString.
index | index of the element to return |
IndexOutOfBoundsException | if the index is out of range ( index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 72 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns the element at the specified position in this list as a ByteString.
index | index of the element to return |
IndexOutOfBoundsException | if the index is out of range ( index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 72 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns the element at the specified position in this list as an Object that will either be a String or a ByteString.
index | index of the element to return |
IndexOutOfBoundsException | if the index is out of range ( index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 62 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns the element at the specified position in this list as an Object that will either be a String or a ByteString.
index | index of the element to return |
IndexOutOfBoundsException | if the index is out of range ( index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 62 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns an unmodifiable List of the underlying elements, each of which is either a
or its equivalent UTF-8 encoded
or byte[]. It is an error for the caller to modify the returned List, and attempting to do so will result in an {}.
Implements com.google.protobuf.LazyStringList.
Definition at line 186 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns an unmodifiable List of the underlying elements, each of which is either a
or its equivalent UTF-8 encoded
or byte[]. It is an error for the caller to modify the returned List, and attempting to do so will result in an {}.
Implements com.google.protobuf.LazyStringList.
Definition at line 186 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns an unmodifiable view of the list.
Implements com.google.protobuf.LazyStringList.
Definition at line 207 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Returns an unmodifiable view of the list.
Implements com.google.protobuf.LazyStringList.
Definition at line 207 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 164 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 164 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 112 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 112 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Merges all elements from another LazyStringList into this one. This method differs from {} on that underlying byte arrays are copied instead of reference shared. Immutable API doesn't need to use this method as byte[] is not used there at all.
Implements com.google.protobuf.LazyStringList.
Definition at line 192 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Merges all elements from another LazyStringList into this one. This method differs from {} on that underlying byte arrays are copied instead of reference shared. Immutable API doesn't need to use this method as byte[] is not used there at all.
Implements com.google.protobuf.LazyStringList.
Definition at line 192 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Replaces the element at the specified position in this list with the specified element (optional operation).
index | index of the element to replace |
element | the element to be stored at the specified position |
UnsupportedOperationException | if the set operation is not supported by this list IndexOutOfBoundsException if the index is out of range (index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 102 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Replaces the element at the specified position in this list with the specified element (optional operation).
index | index of the element to replace |
element | the element to be stored at the specified position |
UnsupportedOperationException | if the set operation is not supported by this list IndexOutOfBoundsException if the index is out of range (index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 102 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Replaces the element at the specified position in this list with the specified element (optional operation).
index | index of the element to replace |
element | the element to be stored at the specified position |
UnsupportedOperationException | if the set operation is not supported by this list IndexOutOfBoundsException if the index is out of range (index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 82 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Replaces the element at the specified position in this list with the specified element (optional operation).
index | index of the element to replace |
element | the element to be stored at the specified position |
UnsupportedOperationException | if the set operation is not supported by this list IndexOutOfBoundsException if the index is out of range (index < 0 || index >=
size()
|
Implements com.google.protobuf.LazyStringList.
Definition at line 82 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 67 of file protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
inline |
Definition at line 67 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.
|
private |
Definition at line 50 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java.