Class std.cont.Container
Synopsis
public abstract class Container< T >
Represents a container of items of a specific type, which can be scanned through
with an Iterator
.
Fields
Constructors
Methods
public abstract Iterator< T > iterate();
Return an iterator to the contained elements, originally selecting the first element.