Class StatePair
Pair of states.
@lucene.experimental
Inheritance
System.Object
StatePair
Assembly: DistributedLucene.Net.dll
Syntax
public class StatePair : object
Constructors
Name | Description |
---|---|
StatePair(State, State) | Constructs a new state pair. |
Properties
Name | Description |
---|---|
FirstState | Returns first component of this pair. |
SecondState | Returns second component of this pair. |
Methods
Name | Description |
---|---|
Equals(Object) | Checks for equality. |
GetHashCode() | Returns hash code. |