Satisfied Interfaces: Category, Cloneable<Clone>, Collection<Element>, Container, ContainerWithFirstElement<Element,Null>, FixedSized<Element>, Iterable<Element>, Sized
All Known Satisfying Interfaces: Empty

A fixed-size collection with no elements.

Attributes
emptySource Code
shared actual Boolean empty

Returns true.

firstSource Code
shared actual default Nothing first

Returns null.

iteratorSource Code
shared actual default Iterator<Element> iterator

Returns emptyIterator.

lastSource Code
shared actual default Nothing last

Returns null.

sizeSource Code
shared actual default Integer size

Returns 0.

Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Cloneable<Clone>
Attributes inherited from: Object
Attributes inherited from: Container
Attributes inherited from: ContainerWithFirstElement<Element,Null>
Attributes inherited from: Iterable<Element>
Attributes inherited from: Sized
Inherited Methods
Methods inherited from: Object
Methods inherited from: Category
Methods inherited from: Iterable<Element>