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

Method last

JSAT/src/jsat/utils/IntSortedSet.java:193–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 @Override
194 public Integer last()
195 {
196 return store[size-1];
197 }
198
199 private class IntSortedSubSet extends AbstractSet<Integer> implements Serializable, SortedSet<Integer>
200 {

Callers 6

testHeadSetMethod · 0.45
testTailSetMethod · 0.45
testSubSetMethod · 0.45
addMethod · 0.45
addAllMethod · 0.45
findNNMethod · 0.45

Calls

no outgoing calls

Tested by 3

testHeadSetMethod · 0.36
testTailSetMethod · 0.36
testSubSetMethod · 0.36