Socialmetrica/Socialmetrica.package/TweetsCollection.class/instance/isEmpty.st

5 lines
88 B
Smalltalk

accessing
isEmpty
"Answer whether the receiver contains any elements."
^self size = 0