Interface ListFieldSchema

All Known Implementing Classes:
ListFieldSchemaFull, ListFieldSchemaLite

@CheckReturnValue interface ListFieldSchema
Utility class that aids in properly manipulating list fields for either the lite or full runtime.
  • Method Details

    • mutableListAt

      <L> List<L> mutableListAt(Object msg, long offset)
    • makeImmutableListAt

      void makeImmutableListAt(Object msg, long offset)
    • mergeListsAt

      <L> void mergeListsAt(Object msg, Object otherMsg, long offset)