Class Pair<A,B>
- java.lang.Object
-
- org.telegram.abilitybots.api.util.Pair<A,B>
-
public final class Pair<A,B> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aa()Bb()booleanequals(Object o)inthashCode()static <A,B>
Pair<A,B>of(A a, B b)StringtoString()
-