next up previous contents index
Next: SortedSet Up: Data Structures Previous: SortedAssociationSet   Contents   Index


SortedList


Usage

import from SortedList T


Parameter Type Description
T PartiallyOrderedType the type of the entries


Description

SortedList(T) provides sorted lists whose entries belong to a partially ordered type. Duplicate entries are allowed.


Exports

BoundedFiniteLinearStructureType T
DynamicDataStructureType T



Manuel Bronstein 2004-06-28