Uses of Class
top.focess.qq.api.util.Pair
-
Packages that use Pair Package Description top.focess.qq.api.util top.focess.qq.core.listener -
-
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 -
Uses of Pair in top.focess.qq.core.listener
Fields in top.focess.qq.core.listener with type parameters of type Pair Modifier and Type Field Description static Map<CommandSender,Queue<Pair<IOHandler,Pair<Boolean,Long>>>>ChatListener. QUESTSstatic Map<CommandSender,Queue<Pair<IOHandler,Pair<Boolean,Long>>>>ChatListener. QUESTSstatic Queue<Pair<IOHandler,Long>>ConsoleListener. QUESTS
-