Modifier and Type | Interface and Description |
---|---|
static interface |
Internal.BooleanList
A
List implementation that avoids boxing the elements into Booleans if possible. |
static interface |
Internal.DoubleList
A
List implementation that avoids boxing the elements into Doubles if possible. |
static interface |
Internal.FloatList
A
List implementation that avoids boxing the elements into Floats if possible. |
static interface |
Internal.IntList
A
List implementation that avoids boxing the elements into Integers if possible. |
static interface |
Internal.LongList
A
List implementation that avoids boxing the elements into Longs if possible. |
Modifier and Type | Method and Description |
---|---|
protected static <E> Internal.ProtobufList<E> |
GeneratedMessageLite.emptyProtobufList() |
protected static <E> Internal.ProtobufList<E> |
GeneratedMessageLite.mutableCopy(Internal.ProtobufList<E> list) |
Internal.ProtobufList<E> |
Internal.ProtobufList.mutableCopyWithCapacity(int capacity)
Returns a mutable clone of this list with the specified capacity.
|
<T> Internal.ProtobufList<T> |
GeneratedMessageLite.Visitor.visitList(Internal.ProtobufList<T> mine,
Internal.ProtobufList<T> other) |
<T> Internal.ProtobufList<T> |
GeneratedMessageLite.MergeFromVisitor.visitList(Internal.ProtobufList<T> mine,
Internal.ProtobufList<T> other) |
Modifier and Type | Method and Description |
---|---|
protected static <E> Internal.ProtobufList<E> |
GeneratedMessageLite.mutableCopy(Internal.ProtobufList<E> list) |
<T> Internal.ProtobufList<T> |
GeneratedMessageLite.Visitor.visitList(Internal.ProtobufList<T> mine,
Internal.ProtobufList<T> other) |
<T> Internal.ProtobufList<T> |
GeneratedMessageLite.Visitor.visitList(Internal.ProtobufList<T> mine,
Internal.ProtobufList<T> other) |
<T> Internal.ProtobufList<T> |
GeneratedMessageLite.MergeFromVisitor.visitList(Internal.ProtobufList<T> mine,
Internal.ProtobufList<T> other) |
<T> Internal.ProtobufList<T> |
GeneratedMessageLite.MergeFromVisitor.visitList(Internal.ProtobufList<T> mine,
Internal.ProtobufList<T> other) |