MCPcopy Create free account
hub / github.com/BaseXdb/basex / get

Method get

basex-core/src/main/java/org/basex/core/locks/LockList.java:97–99  ·  view source on GitHub ↗

Returns the element at the specified position. @param index element index @return element

(final int index)

Source from the content-addressed store, hash-verified

95 * @return element
96 */
97 public String get(final int index) {
98 return list.get(index);
99 }
100
101 /**
102 * Checks if the specified lock is found in the list.

Callers 1

acquireMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected