Package jflex.base
Class Pair<A,B>
- java.lang.Object
-
- jflex.base.Pair<A,B>
-
public class Pair<A,B> extends java.lang.Object
Generic immutable pair.- Version:
- JFlex 1.8.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-