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

Method poll

classpath/java/util/LinkedList.java:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 @Override
245 public T poll() {
246 return pollFirst();
247 }
248
249 @Override
250 public T pollFirst() {

Callers

nothing calls this directly

Calls 1

pollFirstMethod · 0.95

Tested by

no test coverage detected