Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ first
Method
first
classpath/java/util/TreeSet.java:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
T first() {
44
if
(isEmpty()) throw
new
NoSuchElementException();
45
46
return
set.first().value().value;
47
}
48
49
public
T last() {
50
if
(isEmpty()) throw
new
NoSuchElementException();
Callers
nothing calls this directly
Calls
3
isEmpty
Method · 0.95
first
Method · 0.65
value
Method · 0.45
Tested by
no test coverage detected