Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ last
Method
last
JSAT/src/jsat/utils/SortedArrayList.java:69–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
public
T last()
70
{
71
if
(isEmpty())
72
return
null;
73
return
get(size()-1);
74
}
75
76
@Override
77
public
boolean addAll(Collection<? extends T> c)
Callers
nothing calls this directly
Calls
2
size
Method · 0.65
get
Method · 0.45
Tested by
no test coverage detected