size method

int size()

Size of access matrix

Implementation

int size() {
  return list.length;
}