Interface IPersistentSorted<T>
The type of a sorted collection with persistence
Inherited Members
System.IFormattable.ToString(System.String, System.IFormatProvider)
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
System.IDisposable.Dispose()
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
public interface IPersistentSorted<T> : ISorted<T>, ISequenced<T>, ICollection<T>, IExtensible<T>, ICollection<T>, IDirectedCollectionValue<T>, ICollectionValue<T>, IShowable, IFormattable, IDirectedEnumerable<T>, IEnumerable<T>, IEnumerable, IDisposable
Type Parameters
Name | Description |
---|---|
T |
Methods
| Improve this Doc View SourceSnapshot()
Make a (read-only) snap shot of this collection.
Declaration
ISorted<T> Snapshot()
Returns
Type | Description |
---|---|
ISorted<T> | The snap shot. |