Uses of Class
org.telegram.abilitybots.api.util.Pair
-
Packages that use Pair Package Description org.telegram.abilitybots.api.util -
-
Uses of Pair in org.telegram.abilitybots.api.util
Methods in org.telegram.abilitybots.api.util that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. of(A a, B b)
-