访问size的值即可。

    1. // 获取顺序表长度
    2. public int size() {
    3. return this.size;
    4. }