public static interface Internal.ProtobufList<E>
extends java.util.List<E>
List to add the capability to make the list immutable and inspect if it is
modifiable.| Modifier and Type | Method and Description |
|---|---|
boolean |
isModifiable()
Returns whether this list can be modified via the publicly accessible
List methods. |
void |
makeImmutable()
Makes this list immutable.
|