Returns the number of messages this router has @return How many messages this router has
()
| 243 | * @return How many messages this router has |
| 244 | */ |
| 245 | public int getNrofMessages() { |
| 246 | return this.messages.size(); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Returns the size of the message buffer. |
no outgoing calls
no test coverage detected