MCPcopy Create free account
hub / github.com/earlygrey/simple-graphs / get

Method get

src/main/java/space/earlygrey/simplegraphs/Array.java:140–143  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

138 }
139
140 @SuppressWarnings("unchecked")
141 public T get(int i) {
142 return (T) items[i];
143 }
144
145 @Override
146 public int size() {

Callers 14

pathIsConnectedMethod · 0.45
edgesCanBeSortedMethod · 0.45
disconnectMethod · 0.45
numberOfComponentsMethod · 0.45
getNodeMethod · 0.45
getFirstMethod · 0.45
getLastMethod · 0.45
addConnectionMethod · 0.45

Calls

no outgoing calls