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 booleanequals(Object obj)Checks for equality.StategetFirstState()Returns first component of this pair.StategetSecondState()Returns second component of this pair.inthashCode()Returns hash code.
-