List.empty Method
Determines whether a list is empty.
Syntax
public boolean empty()
Run On
Called
Return Value
Type: boolean
true if the list is empty; otherwise, false.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Determines whether a list is empty.
public boolean empty()
Called
Type: boolean
true if the list is empty; otherwise, false.