MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / push

Method push

Ports/CLDC11/src/java/util/Stack.java:105–108  ·  view source on GitHub ↗
(E object)

Source from the content-addressed store, hash-verified

103 ///
104 /// - #pop
105 public E push(E object) {
106 addElement(object);
107 return object;
108 }
109
110 /// Returns the index of the first occurrence of the object, starting from
111 /// the top of the stack.

Callers

nothing calls this directly

Calls 1

addElementMethod · 0.45

Tested by

no test coverage detected