Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ create
Method
create
src/main/java/com/volmit/adapt/util/Queue.java:25–25 ·
view source on GitHub ↗
(List<T> t)
Source
from the content-addressed store, hash-verified
23
24
public
interface
Queue<T> {
25
static
<T> Queue<T> create(List<T> t) {
26
return
new
ShurikenQueue<T>().queue(t);
27
}
28
Callers
3
start
Method · 0.65
BukkitGson
Class · 0.65
CrazyAdvancementsAPI
Class · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected