Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diffplug/matfilerw
/ isEmpty
Method
isEmpty
src/main/java/com/jmatio/types/MLArray.java:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
public
boolean isEmpty() {
150
return
getN() == 0;
151
}
152
153
public
static
final
String typeToString(
int
type) {
154
String s;
Callers
3
testOrdering
Method · 0.45
getField
Method · 0.45
parseData
Method · 0.45
Calls
1
getN
Method · 0.95
Tested by
1
testOrdering
Method · 0.36