Home
last modified time | relevance | path

Searched defs:ProtobufArrayList (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java17 final class ProtobufArrayList<E> extends AbstractProtobufList<E> implements RandomAccess { class
33 ProtobufArrayList() { in ProtobufArrayList() method in ProtobufArrayList
37 private ProtobufArrayList(E[] array, int size, boolean isMutable) { in ProtobufArrayList() method in ProtobufArrayList