Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffplug/matfilerw
/ isSparse
Method
isSparse
src/main/java/com/jmatio/types/MLArray.java:193–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
public
boolean isSparse() {
194
return
type == mxSPARSE_CLASS;
195
}
196
197
public
boolean isStruct() {
198
return
type == mxSTRUCT_CLASS;
Callers
3
toString
Method · 0.95
writeFlags
Method · 0.80
writeFlags
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected