🌈 搜索
📅  最后修改于: 2022-03-11 14:52:50.030000             🧑  作者: Mango
public boolean isEmpty() { if (elementData.length == 0) { return true; } return false; }