Returns a reference to the messages of this router in collection. Note: If there's a chance that some message(s) from the collection could be deleted (or added) while iterating through the collection, a copy of the collection should be made to avoid concurrent modification exceptions. @return
()
| 235 | * @return a reference to the messages of this router in collection |
| 236 | */ |
| 237 | public Collection<Message> getMessageCollection() { |
| 238 | return this.messages.values(); |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * Returns the number of messages this router has |
no outgoing calls
no test coverage detected