// 
// Decompiled by Procyon v0.6.0
// 

package com.google.protobuf;

import java.util.List;

@CheckReturnValue
interface ListFieldSchema
{
     <L> List<L> mutableListAt(final Object msg, final long offset);
    
    void makeImmutableListAt(final Object msg, final long offset);
    
     <L> void mergeListsAt(final Object msg, final Object otherMsg, final long offset);
}
