edgegraph.structure.collections_.sortedset

edgegraph.structure.collections_.sortedset#

Sorted Set Implementation.

Classes

SortedSet([iterable])

Implementation of a set that maintains insertion order.

SortedSetView(set_, lock)

A threadsafe view on the SortedSet.