Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Satsuma.IReadOnlyDisjointSet< T > Interface Template Reference

Interface to a read-only disjoint-set data structure. More...

Inheritance diagram for Satsuma.IReadOnlyDisjointSet< T >:
Satsuma.IDisjointSet< T > Satsuma.DisjointSet< T >

Public Member Functions

IEnumerable< T > Elements (DisjointSetSet< T > aSet)
 Returns the elements of a set. More...
 
DisjointSetSet< T > WhereIs (T element)
 Returns the set where the given element belongs. More...
 

Detailed Description

Interface to a read-only disjoint-set data structure.

Definition at line 75 of file DisjointSet.cs.

Member Function Documentation

IEnumerable<T> Satsuma.IReadOnlyDisjointSet< T >.Elements ( DisjointSetSet< T >  aSet)

Returns the elements of a set.

Implemented in Satsuma.DisjointSet< T >.

DisjointSetSet<T> Satsuma.IReadOnlyDisjointSet< T >.WhereIs ( element)

Returns the set where the given element belongs.

Implemented in Satsuma.DisjointSet< T >.


The documentation for this interface was generated from the following file: