Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ last
Method
last
JSAT/src/jsat/utils/BoundedSortedList.java:86–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
public
E last()
87
{
88
if
(isEmpty())
89
return
null;
90
return
get(size()-1);
91
}
92
93
@Override
94
public
void
add(
int
index, E element)
Callers
3
search
Method · 0.95
search
Method · 0.95
search
Method · 0.95
Calls
2
size
Method · 0.65
get
Method · 0.45
Tested by
no test coverage detected