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

Method remove

classpath/java/util/AbstractQueue.java:58–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public T remove() {
60 T result = poll();
61 if (result == null) {
62 throw new NoSuchElementException();
63 } else {
64 return result;
65 }
66 }
67}

Callers

nothing calls this directly

Calls 1

pollMethod · 0.65

Tested by

no test coverage detected