Interface ListFieldSchema

  • All Known Implementing Classes:
    ListFieldSchemaLite

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

      • mutableListAt

        <L> java.util.List<L> mutableListAt​(java.lang.Object msg,
                                            long offset)
      • makeImmutableListAt

        void makeImmutableListAt​(java.lang.Object msg,
                                 long offset)
      • mergeListsAt

        <L> void mergeListsAt​(java.lang.Object msg,
                              java.lang.Object otherMsg,
                              long offset)