public class StatePair extends Object
Constructor and Description |
---|
StatePair(int s1,
int s2)
Constructs a new state pair.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks for equality.
|
int |
hashCode()
Returns hash code.
|
String |
toString() |
public StatePair(int s1, int s2)
s1
- first states2
- second statepublic boolean equals(Object obj)
public int hashCode()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.