編集の要約なし |
編集の要約なし |
||
2行目: | 2行目: | ||
public boolean isEmpty() | public boolean isEmpty() | ||
空文字か真偽します。length()が0の場合にのみ true を返します。 | |||
if (s1.isEmpty()) { | if (s1.isEmpty()) { | ||
System.out.println("true"); | System.out.println("true"); | ||
} | } |
編集の要約なし |
編集の要約なし |
||
2行目: | 2行目: | ||
public boolean isEmpty() | public boolean isEmpty() | ||
空文字か真偽します。length()が0の場合にのみ true を返します。 | |||
if (s1.isEmpty()) { | if (s1.isEmpty()) { | ||
System.out.println("true"); | System.out.println("true"); | ||
} | } |