|
|||||||||
Home >> All >> [ CSServerTree overview ] | PREV NEXT |
A
- add(CSServer, ServerInfo) - Method in class CSServerTree.CSServerTree
- adds a CSServer/SeverInfo data pair into the BST
- addR(CSServerNode, CSServerNode) - Method in class CSServerTree.CSServerTree
C
- CSServerTree - package CSServerTree
- CSServerTree - class CSServerTree.CSServerTree.
- The
CSServerTree
object creates a binary search tree (BST) out of CounterStrike game servers. - CSServerTree() - Constructor for class CSServerTree.CSServerTree
- Default constructor, initializes to a
null
tree and sets the size to zero - CSServerTree(CSServer, ServerInfo) - Constructor for class CSServerTree.CSServerTree
- Constructor sets the head of the BST to a CSServerNode object with
server
andinfo
stored - compare(CSServer, ServerInfo, CSServer, ServerInfo, int) - Method in class CSServerTree.CSServerTree
- currentSort - Variable in class CSServerTree.CSServerTree
G
- getInfo(int) - Method in class CSServerTree.CSServerTree
- use for array-type access in the BST
- getInfoArray() - Method in class CSServerTree.CSServerTree
- getInfoList() - Method in class CSServerTree.CSServerTree
- getServer(int) - Method in class CSServerTree.CSServerTree
- use for array-type access in the BST
- getServerArray() - Method in class CSServerTree.CSServerTree
- getServerList() - Method in class CSServerTree.CSServerTree
H
- head - Variable in class CSServerTree.CSServerTree
L
- lister(CSServerNode, ArrayList) - Method in class CSServerTree.CSServerTree
- lister_i(CSServerNode, ArrayList) - Method in class CSServerTree.CSServerTree
S
- size - Variable in class CSServerTree.CSServerTree
- sortBy(int) - Method in class CSServerTree.CSServerTree
- re-hash the servers, use values for
sortMethod
as the following: 1 - server name 2 - IP 3 - ping 4 - players connected 5 - max players 6 - mapname
A C G H L S
|
|||||||||
Home >> All >> [ CSServerTree overview ] | PREV NEXT |