Package com.github.javaparser.utils
Class Pair<A,B>
- java.lang.Object
-
- com.github.javaparser.utils.Pair<A,B>
-
- Type Parameters:
A- type of object a.B- type of object b.
public class Pair<A,B> extends java.lang.ObjectSimply a pair of objects.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-