Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ offer
Method
offer
classpath/java/util/AbstractDeque.java:35–38 ·
view source on GitHub ↗
(T element)
Source
from the content-addressed store, hash-verified
33
}
34
35
@Override
36
public
boolean offer(T element) {
37
return
offerLast(element);
38
}
39
40
@Override
41
public
T poll() {
Callers
nothing calls this directly
Calls
1
offerLast
Method · 0.65
Tested by
no test coverage detected