Searched defs:ProtobufArrayList (Results 1 – 1 of 1) sorted by relevance
17 final class ProtobufArrayList<E> extends AbstractProtobufList<E> implements RandomAccess { class33 ProtobufArrayList() { in ProtobufArrayList() method in ProtobufArrayList37 private ProtobufArrayList(E[] array, int size, boolean isMutable) { in ProtobufArrayList() method in ProtobufArrayList