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 Object
Simply a pair of objects.
A - type of object a.B - type of object b.public class Pair<A,B> extends Object