Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EdwardRaff/JSAT
/ last
Method
last
JSAT/src/jsat/utils/IntSortedSet.java:193–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
@Override
194
public
Integer last()
195
{
196
return
store[size-1];
197
}
198
199
private
class
IntSortedSubSet extends AbstractSet<Integer> implements Serializable, SortedSet<Integer>
200
{
Callers
6
testHeadSet
Method · 0.45
testTailSet
Method · 0.45
testSubSet
Method · 0.45
add
Method · 0.45
addAll
Method · 0.45
findNN
Method · 0.45
Calls
no outgoing calls
Tested by
3
testHeadSet
Method · 0.36
testTailSet
Method · 0.36
testSubSet
Method · 0.36