ฉันพยายามประเมินว่ารายการอาร์เรย์นี้ว่างเปล่าหรือไม่ แต่ไม่มีการรวบรวม:
<c:if test="${myObject.featuresList.size == 0 }">
<c:if test="${myObject.featuresList.length == 0 }">
<c:if test="${myObject.featuresList.size() == 0 }">
<c:if test="${myObject.featuresList.length() == 0 }">
<c:if test="${myObject.featuresList.empty}">
<c:if test="${myObject.featuresList.empty()}">
<c:if test="${myObject.featuresList.isEmpty}">
ฉันจะประเมินได้อย่างไรว่า ArrayList ว่างเปล่า