Interface IPersistentSorted<T>
The type of a sorted collection with persistence
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public interface IPersistentSorted<T> : ISorted<T>, ISequenced<T>, ICollection<T>, IExtensible<T>, Collections.Generic.ICollection<T>, IDirectedCollectionValue<T>, ICollectionValue<T>, IShowable, IFormattable, IDirectedEnumerable<T>, Collections.Generic.IEnumerable<T>, IDisposable
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
Snapshot() | Make a (read-only) snap shot of this collection. |