@param key Some key. @return A vertex instance associated with it's contained data.
(T key)
| 47 | * @return A vertex instance associated with it's contained data. |
| 48 | */ |
| 49 | default V getVertex(T key) { |
| 50 | return verticesMap().get(key); |
| 51 | } |
| 52 |
no outgoing calls