All Known Satisfying Interfaces: ContainerWithFirstElement, Sized

Abstract supertype of objects which may or may not contain one of more other values, called elements. Container does not satisfy Category, because it is conceptually possible to have a container where the contains() operation is prohibitively inefficient. Container does not define a size, since it is possible to have a container of infinite or uncomputable size.

By: Gavin
See also: Sized, Category
Attributes
emptySource Code
shared formal Boolean empty

Determine if the container is empty, that is, if it has no elements.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object