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.Object
Simply a pair of objects.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-