Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ ConstRecord
Method
ConstRecord
src/com/winvector/variables/ConstRecord.java:13–15 ·
view source on GitHub ↗
(final int index)
Source
from the content-addressed store, hash-verified
11
final
int
index;
12
13
public
ConstRecord(
final
int
index) {
14
this.index = index;
15
}
16
17
@Override
18
public
String origColumn() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected