This method returns TRUE (FALSE) for an empty (nonempty) Container.
TRUE
FALSE
Container
empty = aContainer$isEmpty()
isEmpty returns a logical value.
isEmpty
John Hughes