Uses of Interface
com.google.protobuf.Internal.LongList
-
Packages that use Internal.LongList Package Description com.google.protobuf -
-
Uses of Internal.LongList in com.google.protobuf
Classes in com.google.protobuf that implement Internal.LongList Modifier and Type Class Description (package private) class
LongArrayList
An implementation ofInternal.LongList
on top of a primitive array.Methods in com.google.protobuf that return Internal.LongList Modifier and Type Method Description protected static Internal.LongList
GeneratedMessageLite. emptyLongList()
protected static Internal.LongList
GeneratedMessageV3. emptyLongList()
static Internal.LongList
ProtobufLists. emptyLongList()
protected static Internal.LongList
GeneratedMessageLite. mutableCopy(Internal.LongList list)
protected static Internal.LongList
GeneratedMessageV3. mutableCopy(Internal.LongList list)
Internal.LongList
Internal.LongList. mutableCopyWithCapacity(int capacity)
Returns a mutable clone of this list with the specified capacity.Internal.LongList
LongArrayList. mutableCopyWithCapacity(int capacity)
protected static Internal.LongList
GeneratedMessageV3. newLongList()
static Internal.LongList
ProtobufLists. newLongList()
Methods in com.google.protobuf with parameters of type Internal.LongList Modifier and Type Method Description protected static Internal.LongList
GeneratedMessageLite. mutableCopy(Internal.LongList list)
protected static Internal.LongList
GeneratedMessageV3. mutableCopy(Internal.LongList list)
-