Interface IPersistentSorted<T>

The type of a sorted collection with persistence

Implements

IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable, System.ICloneable, System.Collections.Generic.ICollection<T>, System.IDisposable, ICollection<T>, ICollectionValue<T>, IDirectedCollectionValue<T>, IDirectedEnumerable<T>, IExtensible<T>, ISequenced<T>, IShowable, ISorted<T>

Implemented by

TreeBag<T>, TreeSet<T>

Method overview

Snapshot()

Method details

A ISorted<T> Snapshot() Make a (read-only) snap shot of this collection.
Returns:The snap shot.