Package org.apache.lucene.util.automaton
Class StatePair
- java.lang.Object
-
- org.apache.lucene.util.automaton.StatePair
-
public class StatePair extends Object
Pair of states.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description StatePair(int s1, int s2)
Constructs a new state pair.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Checks for equality.int
hashCode()
Returns hash code.String
toString()
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Checks for equality.
-
hashCode
public int hashCode()
Returns hash code.
-
-