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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Checks for equality.State
getFirstState()
Returns first component of this pair.State
getSecondState()
Returns second component of this pair.int
hashCode()
Returns hash code.
-