MCPcopy Index your code
hub / github.com/processing/processing / push

Method push

core/src/processing/data/IntList.java:200–202  ·  view source on GitHub ↗

Just an alias for append(), but matches pop()

(int value)

Source from the content-addressed store, hash-verified

198
199 /** Just an alias for append(), but matches pop() */
200 public void push(int value) {
201 append(value);
202 }
203
204
205 public int pop() {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected