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

Method push

core/src/processing/data/DoubleList.java:185–187  ·  view source on GitHub ↗

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

(double value)

Source from the content-addressed store, hash-verified

183
184 /** Just an alias for append(), but matches pop() */
185 public void push(double value) {
186 append(value);
187 }
188
189
190 public double pop() {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected