Package | Description |
---|---|
com.google.protobuf.nano |
Modifier and Type | Field and Description |
---|---|
private static FieldData |
FieldArray.DELETED |
private FieldData[] |
FieldArray.mData |
Modifier and Type | Method and Description |
---|---|
FieldData |
FieldData.clone() |
(package private) FieldData |
FieldArray.dataAt(int index)
Given an index in the range
0...size()-1 , returns
the value from the index th key-value mapping that this
FieldArray stores. |
(package private) FieldData |
FieldArray.get(int fieldNumber)
Gets the FieldData mapped from the specified fieldNumber, or
null
if no such mapping has been made. |
Modifier and Type | Method and Description |
---|---|
private boolean |
FieldArray.arrayEquals(FieldData[] a,
FieldData[] b,
int size) |
private boolean |
FieldArray.arrayEquals(FieldData[] a,
FieldData[] b,
int size) |
(package private) void |
FieldArray.put(int fieldNumber,
FieldData data)
Adds a mapping from the specified fieldNumber to the specified data,
replacing the previous mapping if there was one.
|