MCPcopy Create free account
hub / github.com/ReadyTalk/avian / offerFirst

Method offerFirst

classpath/java/util/LinkedList.java:150–155  ·  view source on GitHub ↗
(T e)

Source from the content-addressed store, hash-verified

148 }
149
150 @Override
151 public boolean offerFirst(T e) {
152 addFirst(e);
153
154 return true;
155 }
156
157 @Override
158 public void push(T e) {

Callers

nothing calls this directly

Calls 1

addFirstMethod · 0.95

Tested by

no test coverage detected