Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ toArray
Method
toArray
src/SingletonList.java:79–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
@Override
80
public
Object[] toArray() {
81
final
Object[] array =
new
Object[1];
82
array[0] = element;
83
return
array;
84
}
85
86
@Override
87
@SuppressWarnings(
"unchecked"
)
Callers
2
execute
Method · 0.80
removeClientFromCache
Method · 0.80
Calls
no outgoing calls
Tested by
1
execute
Method · 0.64