|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CappedQueue | |
|---|---|
| soc.robot | |
| Uses of CappedQueue in soc.robot |
|---|
| Fields in soc.robot declared as CappedQueue | |
|---|---|
protected CappedQueue<SOCMessage> |
SOCRobotBrain.gameEventQ
The queue of game messages; contents are SOCMessage. |
(package private) CappedQueue<SOCMessage> |
SOCRobotPinger.messageQueue
|
| Fields in soc.robot with type parameters of type CappedQueue | |
|---|---|
private java.util.Hashtable<java.lang.String,CappedQueue<SOCMessage>> |
SOCRobotClient.brainQs
the message queues for the different brains |
| Constructors in soc.robot with parameters of type CappedQueue | |
|---|---|
SOCRobotBrain(SOCRobotClient rc,
SOCRobotParameters params,
SOCGame ga,
CappedQueue<SOCMessage> mq)
Create a robot brain to play a game. |
|
SOCRobotPinger(CappedQueue<SOCMessage> q,
java.lang.String gameName,
java.lang.String nickname)
Create a robot pinger |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||