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

Method get

basex-core/src/main/java/org/basex/util/list/IntList.java:90–92  ·  view source on GitHub ↗

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

(final int index)

Source from the content-addressed store, hash-verified

88 * @return element
89 */
90 public int get(final int index) {
91 return list[index];
92 }
93
94 /**
95 * Stores an element at the specified position.

Callers 15

listResourcesMethod · 0.95
renameMethod · 0.95
listResourcesMethod · 0.95
putMethod · 0.95
runMethod · 0.95
parseMethod · 0.95
exportMethod · 0.95
toStringMethod · 0.95
docMethod · 0.95
resourcesMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected