MCPcopy Index your code
hub / github.com/killme2008/aviatorscript / size

Method size

src/main/java/com/googlecode/aviator/utils/Env.java:545–548  ·  view source on GitHub ↗

Get the number of entries in the map. This returns the entry count for the overrides map only. @return entry count

()

Source from the content-addressed store, hash-verified

543 * @return entry count
544 */
545 @Override
546 public int size() {
547 return keySet().size();
548 }
549
550 /**
551 * Get the values. This returns only the values in the overrides map.

Callers 15

testPatternGroupMethod · 0.95
toStringMethod · 0.95
testSpecialVarsMethod · 0.45
testImportFunctionsMethod · 0.45
testAnnotationsMethod · 0.45
testNewEnvMethod · 0.45
assertListEqualsMethod · 0.45
testPutGetMethod · 0.45

Calls 1

keySetMethod · 0.95

Tested by 15

testPatternGroupMethod · 0.76
testSpecialVarsMethod · 0.36
testImportFunctionsMethod · 0.36
testAnnotationsMethod · 0.36
testNewEnvMethod · 0.36
assertListEqualsMethod · 0.36
testPutGetMethod · 0.36
testLRUMethod · 0.36