Uses of Class
top.focess.qq.api.util.Pair
-
Packages that use Pair Package Description top.focess.qq.api.util -
-
Uses of Pair in top.focess.qq.api.util
Methods in top.focess.qq.api.util that return Pair Modifier and Type Method Description static <K,V>
Pair<K,V>Pair. of(K key, V value)Constructs a new Pair with static method
-