MCPcopy Index your code
hub / github.com/benfry/processing4 / push

Method push

core/src/processing/data/LongList.java:205–207  ·  view source on GitHub ↗

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

(int value)

Source from the content-addressed store, hash-verified

203
204 /** Just an alias for append(), but matches pop() */
205 public void push(int value) {
206 append(value);
207 }
208
209
210 public long pop() {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected