Package com.google.protobuf
Class ProtobufLists
java.lang.Object
com.google.protobuf.ProtobufLists
Utility class for construction of lists that extend
Internal.ProtobufList
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Internal.BooleanList
static Internal.DoubleList
static Internal.FloatList
static Internal.IntList
static Internal.LongList
static <E> Internal.ProtobufList
<E> static <E> Internal.ProtobufList
<E> mutableCopy
(Internal.ProtobufList<E> list) static Internal.BooleanList
static Internal.DoubleList
static Internal.FloatList
static Internal.IntList
static Internal.LongList
-
Constructor Details
-
ProtobufLists
private ProtobufLists()
-
-
Method Details
-
emptyProtobufList
-
mutableCopy
-
emptyBooleanList
-
newBooleanList
-
emptyIntList
-
newIntList
-
emptyLongList
-
newLongList
-
emptyFloatList
-
newFloatList
-
emptyDoubleList
-
newDoubleList
-