Searched refs:ProtobufList (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java33 import com.google.protobuf.Internal.ProtobufList;
41 * An abstract implementation of {@link ProtobufList} which manages mutability semantics. All mutate
47 abstract class AbstractProtobufList<E> extends AbstractList<E> implements ProtobufList<E> {
H A DProtobufArrayList.java33 import com.google.protobuf.Internal.ProtobufList;
39 * Implements {@link ProtobufList} for non-primitive and {@link String} types.
H A DInternal.java583 public static interface ProtobufList<E> extends List<E>, RandomAccess { interface in class:Internal
599 ProtobufList<E> mutableCopyWithCapacity(int capacity);
606 public static interface IntList extends ProtobufList<Integer> {
634 public static interface BooleanList extends ProtobufList<Boolean> {
662 public static interface LongList extends ProtobufList<Long> {
690 public static interface DoubleList extends ProtobufList<Double> {
718 public static interface FloatList extends ProtobufList<Float> {
H A DGeneratedMessageLite.java40 import com.google.protobuf.Internal.ProtobufList;
1286 protected static <E> ProtobufList<E> emptyProtobufList() {
1290 protected static <E> ProtobufList<E> mutableCopy(ProtobufList<E> list) {
1541 <T> ProtobufList<T> visitList(ProtobufList<T> mine, ProtobufList<T> other);
1732 public <T> ProtobufList<T> visitList(ProtobufList<T> mine, ProtobufList<
[all...]

Completed in 156 milliseconds