Class DirectedCollectionValueBase<T>
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class DirectedCollectionValueBase<T> : CollectionValueBase<T>, IDirectedCollectionValue<T>, ICollectionValue<T>, IShowable, IFormattable, IDirectedEnumerable<T>, Collections.Generic.IEnumerable<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Direction | if same, else
|
Methods
Name | Description |
---|---|
Backwards() | |
FindLast(Func<T, Boolean>, out T) | Check if there exists an item that satisfies a specific predicate in this collection and return the first one in enumeration order. |
Explicit Interface Implementations
Name | Description |
---|---|
IDirectedEnumerable<T>.Backwards() |