JFlex

Class IntPair

final class IntPair extends Object

Simple pair of integers. Used in NFA to represent a partial NFA by its start and end state.
Method Summary
booleanequals(Object o)
inthashCode()
StringtoString()

Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()