booster / com.didiglobal.booster.aapt2 / Resources / PluralOrBuilder

PluralOrBuilder

interface PluralOrBuilder : MessageOrBuilder

Functions

getEntry


      The set of arity/plural mappings.
      
repeated .aapt.pb.Plural.Entry entry = 1;

abstract fun getEntry(index: Int): Entry!

getEntryCount


      The set of arity/plural mappings.
      
repeated .aapt.pb.Plural.Entry entry = 1;

abstract fun getEntryCount(): Int

getEntryList


      The set of arity/plural mappings.
      
repeated .aapt.pb.Plural.Entry entry = 1;

abstract fun getEntryList(): MutableList<Entry!>!

getEntryOrBuilder


      The set of arity/plural mappings.
      
repeated .aapt.pb.Plural.Entry entry = 1;

abstract fun getEntryOrBuilder(index: Int): EntryOrBuilder!

getEntryOrBuilderList


      The set of arity/plural mappings.
      
repeated .aapt.pb.Plural.Entry entry = 1;

abstract fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>!