MCPcopy 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

testOrderingMethod · 0.45
getFieldMethod · 0.45
parseDataMethod · 0.45

Calls 1

getNMethod · 0.95

Tested by 1

testOrderingMethod · 0.36