MCPcopy
hub / github.com/Col-E/Recaf / getVertex

Method getVertex

src/main/java/me/coley/recaf/graph/Graph.java:49–49  ·  view source on GitHub ↗

@param key Some key. @return A vertex instance associated with it's contained data.

(T key)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls