Searched refs:AbstractProtobufList (Results 1 – 10 of 10) sorted by relevance
47 abstract class AbstractProtobufList<E> extends AbstractList<E> implements ProtobufList<E> { class59 AbstractProtobufList() { in AbstractProtobufList() method in AbstractProtobufList
41 final class ProtobufArrayList<E> extends AbstractProtobufList<E> {
45 extends AbstractProtobufList<Integer>
45 extends AbstractProtobufList<Double>
45 extends AbstractProtobufList<Float>
45 extends AbstractProtobufList<Boolean>
45 extends AbstractProtobufList<Long>
1270 size == 0 ? AbstractProtobufList.DEFAULT_CAPACITY : size * 2); in mutableCopy()1280 size == 0 ? AbstractProtobufList.DEFAULT_CAPACITY : size * 2); in mutableCopy()1290 size == 0 ? AbstractProtobufList.DEFAULT_CAPACITY : size * 2); in mutableCopy()1300 size == 0 ? AbstractProtobufList.DEFAULT_CAPACITY : size * 2); in mutableCopy()1310 size == 0 ? AbstractProtobufList.DEFAULT_CAPACITY : size * 2); in mutableCopy()1320 size == 0 ? AbstractProtobufList.DEFAULT_CAPACITY : size * 2); in mutableCopy()
65 public class LazyStringArrayList extends AbstractProtobufList<String>
197 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java \