MCPcopy 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
24public interface Queue<T> {
25 static <T> Queue<T> create(List<T> t) {
26 return new ShurikenQueue<T>().queue(t);
27 }
28

Callers 3

startMethod · 0.65
BukkitGsonClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected