Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ setIndex
Method
setIndex
classpath/java/text/ParsePosition.java:32–34 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
setIndex(
int
i) {
33
index = i;
34
}
35
36
public
String toString() {
37
return
"index: "
+ index +
"(error index: "
+ errorIndex +
")"
;
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected