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

Method remove

JSAT/src/jsat/utils/IntSet.java:212–218  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

210 }
211
212 @Override
213 public boolean remove(Object key)
214 {
215 if(key instanceof Integer)
216 return remove(((Integer)key).intValue());
217 return false;
218 }
219
220 /**
221 *

Callers 8

testIteratorMethod · 0.95
learnNetworkMethod · 0.95
buildTreeMethod · 0.95
searchMethod · 0.95
addMethod · 0.45
addMethod · 0.45
addAllMethod · 0.45
evictOldMethod · 0.45

Calls 1

getIndexMethod · 0.95

Tested by 1

testIteratorMethod · 0.76