Collection is the abstract base class for concrete data structures. It cannot be constructed directly.
Implementations should extend one of the subclasses, Collection.Keyed, Collection.Indexed, or Collection.Set.
Collection.Keyed
Collection.Indexed
Collection.Set
Generated using TypeDoc
Collection is the abstract base class for concrete data structures. It cannot be constructed directly.
Implementations should extend one of the subclasses,
Collection.Keyed
,Collection.Indexed
, orCollection.Set
.