Uses of Class
top.focess.qq.api.util.Pair
-
Packages that use Pair Package Description top.focess.qq.api.util top.focess.qq.core.listeners top.focess.qq.core.net -
-
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.listeners
Fields in top.focess.qq.core.listeners 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 -
Uses of Pair in top.focess.qq.core.net
Fields in top.focess.qq.core.net with type parameters of type Pair Modifier and Type Field Description protected Map<Class<? extends Packet>,List<Pair<Receiver,Method>>>ASocket. packetMethods
-