Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ tailSet
Method
tailSet
JSAT/src/jsat/utils/IntSortedSet.java:181–185 ·
view source on GitHub ↗
(Integer fromElement)
Source
from the content-addressed store, hash-verified
179
}
180
181
@Override
182
public
SortedSet<Integer> tailSet(Integer fromElement)
183
{
184
return
new
IntSortedSubSet(fromElement, Integer.MAX_VALUE-1, this);
185
}
186
187
@Override
188
public
Integer first()
Callers
1
testTailSet
Method · 0.45
Calls
no outgoing calls
Tested by
1
testTailSet
Method · 0.36