webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
com.google.protobuf.nano.FieldArray Class Reference
Inheritance diagram for com.google.protobuf.nano.FieldArray:

Public Member Functions

boolean isEmpty ()
 
boolean equals (Object o)
 
int hashCode ()
 
final FieldArray clone ()
 

Detailed Description

A custom version of

android.util.SparseArray

with the minimal API for storing FieldData objects.

This class is an internal implementation detail of nano and should not be called directly by clients.

Based on

android.support.v4.util.SpareArrayCompat

.

Member Function Documentation

◆ clone()

final FieldArray com.google.protobuf.nano.FieldArray.clone ( void  )
inline

◆ equals()

boolean com.google.protobuf.nano.FieldArray.equals ( Object  o)
inline

◆ hashCode()

int com.google.protobuf.nano.FieldArray.hashCode ( void  )
inline

◆ isEmpty()

boolean com.google.protobuf.nano.FieldArray.isEmpty ( void  )
inline

The documentation for this class was generated from the following file: