Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ peek
Method
peek
classpath/java/util/Queue.java:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
public
T element();
16
public
boolean offer(T element);
17
public
T peek();
18
public
T poll();
19
public
T remove();
20
}
Callers
9
addTest
Method · 0.65
dup
Method · 0.65
dup2
Method · 0.65
peekMethodArguments
Method · 0.65
peek
Method · 0.65
compile
Function · 0.65
read
Function · 0.65
element
Method · 0.65
compile
Method · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
1
addTest
Method · 0.52