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