Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GregTech6/gregtech6
/ get
Method
get
src/main/java/gregapi/code/ArrayListNoNulls.java:54–56 ·
view source on GitHub ↗
(Random aRandom)
Source
from the content-addressed store, hash-verified
52
}
53
54
public
E get(Random aRandom) {
55
return
isEmpty() ? null : get(aRandom.nextInt(size()));
56
}
57
58
@Override
59
public
E set(
int
aIndex, E aElement) {
Callers
11
OreDictItemData
Method · 0.95
generate
Method · 0.95
generate
Method · 0.95
genericycle
Method · 0.95
getOreDictItemData
Method · 0.95
ArrayListNoNulls
Method · 0.95
addAll
Method · 0.95
onModPostInit2
Method · 0.95
shoot
Method · 0.95
onServerTickPost
Method · 0.95
onServerTickPost
Method · 0.95
Calls
3
nextInt
Method · 0.80
isEmpty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected