public class StatePair extends Object
| Constructor and Description |
|---|
StatePair(State s1,
State s2)
Constructs a new state pair.
|
| Modifier and Type | Method and 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.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.