Returns the amount of hops this message has passed @return the amount of hops this message has passed
()
| 144 | * @return the amount of hops this message has passed |
| 145 | */ |
| 146 | public int getHopCount() { |
| 147 | return this.path.size() -1; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Returns the time to live (minutes) of the message or Integer.MAX_VALUE |
no outgoing calls
no test coverage detected