addAll method

void addAll(
  1. List<InvVect> items
)

Add multiple items from another getdata or inv message

Implementation

void addAll(List<InvVect> items) {
  invList.addAll(items);
}