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

Method pop

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

Pops the uppermost element from the stack. @return the popped element

()

Source from the content-addressed store, hash-verified

190 * @return the popped element
191 */
192 public int pop() {
193 return list[--size];
194 }
195
196 /**
197 * Pushes an element onto the stack.

Callers 15

optimizeMethod · 0.95
nodeMethod · 0.95
bracketMethod · 0.95
popStateStackFunction · 0.45
clearSelectionEventsFunction · 0.45
lastChangeEventFunction · 0.45
makeChangeFromHistoryFunction · 0.45
deleteNearSelectionFunction · 0.45
codemirror.jsFile · 0.45
loopMethod · 0.45
closeMethod · 0.45
closeElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected