MCPcopy Create free account
hub / github.com/ReadyTalk/avian / get

Method get

classpath/java/util/LinkedList.java:179–181  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

177 }
178
179 public T get(int index) {
180 return find(index).value;
181 }
182
183 @Override
184 public T set(int index, T value) {

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected