MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / push

Method push

vm/JavaAPI/src/java/util/Deque.java:238–238  ·  view source on GitHub ↗

Pushes the element to the deque(at the head of the deque), just same as addFirst(E). @param e the element @throws IllegalStateException if it can not add now due to size limit @throws ClassCastException if the class of element can not be added into this deque @thr

(E e)

Source from the content-addressed store, hash-verified

236 * if the element can not be added due to some property.
237 */
238 void push(E e);
239
240 /**
241 * Pops the head element of the deque, just same as removeFirst().

Callers 15

runBundleFunction · 0.65
mainFunction · 0.65
cssSelectorSuggestionsFunction · 0.65
cssStateSuggestionsFunction · 0.65
cssPropertySuggestionsFunction · 0.65
memberSuggestionsFunction · 0.65
globalSuggestionsFunction · 0.65
importSuggestionsFunction · 0.65
computeHeuristicMarkersFunction · 0.65

Implementers 6

ArrayDequePorts/CLDC11/src/java/util/ArrayDeque.
LinkedListPorts/CLDC11/src/java/util/LinkedList.
ArrayDequePorts/retro/JavaCompatibility/src/net/
LinkedListPorts/retro/JavaCompatibility/src/net/
ArrayDequevm/JavaAPI/src/java/util/ArrayDeque.ja
LinkedListvm/JavaAPI/src/java/util/LinkedList.ja

Calls

no outgoing calls

Tested by 1