next up previous contents index
Next: Stream Up: Data Structures Previous: SortedList   Contents   Index


SortedSet


Usage

import from SortedSet T


Parameter Type Description
T PartiallyOrderedType the type of the entries


Description

SortedSet(T) provides sorted sets whose entries belong to a partially ordered type. Duplicate entries are not allowed.


Exports

BoundedFiniteLinearStructureType T
DynamicDataStructureType T



Manuel Bronstein 2004-06-28