MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / add

Method add

JSAT/src/jsat/utils/IntSet.java:168–174  ·  view source on GitHub ↗
(Integer e)

Source from the content-addressed store, hash-verified

166 }
167
168 @Override
169 public boolean add(Integer e)
170 {
171 if(e == null)
172 return false;
173 return add(e.intValue());
174 }
175
176 /**
177 *

Callers 15

testAddMethod · 0.95
testIteratorMethod · 0.95
testSizeMethod · 0.95
testSearch_Vec_doubleMethod · 0.95
testSearch_Vec_intMethod · 0.95
testCluster_DataSetMethod · 0.95
testCluster_WeightedMethod · 0.95
testCluster_WeightedMethod · 0.95
testConsolidateMethod · 0.95

Calls 2

getIndexMethod · 0.95
enlargeIfNeededMethod · 0.95

Tested by 14

testAddMethod · 0.76
testIteratorMethod · 0.76
testSizeMethod · 0.76
testSearch_Vec_doubleMethod · 0.76
testSearch_Vec_intMethod · 0.76
testCluster_DataSetMethod · 0.76
testCluster_WeightedMethod · 0.76
testCluster_WeightedMethod · 0.76
testConsolidateMethod · 0.76