Package dk.brics.automaton
Class StatePair
- java.lang.Object
-
- dk.brics.automaton.StatePair
-
public class StatePair extends Object
Pair of states.- Author:
- Anders Møller <amoeller@cs.au.dk>
-
-
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.
-