MCPcopy Create free account
hub / github.com/akeranen/the-one / toString

Method toString

interfaces/ConnectivityGrid.java:317–320  ·  view source on GitHub ↗

Returns a string representation of the cell @return a string representation of the cell

()

Source from the content-addressed store, hash-verified

315 * @return a string representation of the cell
316 */
317 public String toString() {
318 return getClass().getSimpleName() + " with " +
319 this.interfaces.size() + " interfaces :" + this.interfaces;
320 }
321 }
322
323}

Callers

nothing calls this directly

Calls 1

getClassMethod · 0.80

Tested by

no test coverage detected